Algorithms and Data Structures in Action MEAP V05
โ Scribed by Marcello La Rocca
- Publisher
- Manning Publications Co.
- Year
- 2019
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
1. Introduction -- 2. Recursion and backtracking -- 3. Linked lists -- 4. Stacks -- 5. Queues -- 6. Trees -- 7. Priority queues and Heaps -- 8. Disjoint set ADT -- 9. Graph algorithms -- 10. Sorting -- 11. Searching -- 12. Selection algorithms [medians] -- 13. Symbol tables -- 14. Hashing -- 15. Str
1. Introduction -- 2. Recursion and backtracking -- 3. Linked lists -- 4. Stacks -- 5. Queues -- 6. Trees -- 7. Priority queues and Heaps -- 8. Disjoint set ADT -- 9. Graph algorithms -- 10. Sorting -- 11. Searching -- 12. Selection algorithms [medians] -- 13. Symbol tables -- 14. Hashing -- 15. Str
The formulas of (1.3), (1.4), (1.5),(1.6) are all wrong! Can't believe it, four formulas in first page are all have errors. Maybe the author fell so sleepy when he's writing this book!
This guy does a great job of balancing tech with down to earth understanding. I used this book in my second tier programming class (OOP data structures) and it was the first book that I could really dive into, read his text and then take the code apart and understand it. He has very nice code exampl