Algorithms and Data Structures
Algorithms and Data Structures
Thomas Cormen and 3 others
Programming
The book gives a solid foundation of common non-trivial algorithms and data structures. It all comes with nice pseudocode, detailed walk-throughs and complexity analysis (along with worst case, average case and amortized complexity).
Recommended For:
This book is recommended to everyone who wants to learn more about the basics of programming.