I am searching for book about algorithms (excercises) with solutions. Can you recommend me one?
Asked
Active
Viewed 78 times
1 Answers
1
I would suggest The Art of Computer Programming from Donald Knuth.
Next to the complex problems it describes, it offers various tasks on very different levels. It even scales their hardness between 10 (trivial task) and 50 (currently unsolved problems until now).

peterh
- 416
- 4
- 19
-
thanks for proposition. Are there solution to the task in this book ? – M.Swe Aug 29 '15 at 19:39
-
@M.Swe Yes, at the end it has the solutions (of course not for the unsolved ones :-) ). – peterh Sep 26 '15 at 20:01