C: Data structures and algorithms books of solved problems

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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