Other C: Data structures and algorithms books of solved problems

Click For Summary
The discussion centers on recommendations for free PDF books focused on solved problems in data structures and algorithms using C, specifically covering linked lists, trees, sorting and searching algorithms, graphs, recursion, and file handling. Participants note that while many programming books on algorithms include practical implementations, they often emphasize theoretical concepts rather than problem-solving. Real-world implementations can be found in the Java source tree, although they may be complex due to efficiency considerations. Additionally, resources in other programming languages like Python and Ruby are mentioned as alternatives. A wiki reference to data structures is provided for further exploration.
gruba
Messages
203
Reaction score
1
What books of solved problems (free in pdf) would you recommend for data structures and algorithms in C (linked lists, trees, sorting and searching algorithms, graphs, recursion, files)?

Note: I am not looking for theoretical books, but books of solved problems.
Thanks for replies.
 
Physics news on Phys.org
We can't really help you here. Many programming books on Algorithms will have implementations of these types of constructs. In addition, the java source tree has real-world implementations that you can look at although they may be far more complex than you can imagine (efficiency makes code more difficult to follow). Other programming languages such as Python, Ruby ... are available with these types too.

Here's a wiki reference:

https://en.wikibooks.org/wiki/Data_Structures
 
Im currently reading mathematics for physicists by Philippe Dennery and André Krzywicki, and I’m understanding most concepts however I think it would be better for me to get a book on complex analysis or calculus to better understand it so I’m not left looking at an equation for an hour trying to figure out what it means. So here comes the split, do I get a complex analysis book? Or a calculus book? I might be able to Borrow a calculus textbook from my math teacher study that for a bit and...

Similar threads

Replies
86
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 29 ·
Replies
29
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K