๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Algorithms and Data Structures in Action MEAP V05

โœ Scribed by Marcello La Rocca


Publisher
Manning Publications Co.
Year
2019
Tongue
English
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.


๐Ÿ“œ SIMILAR VOLUMES


Data Structures and Algorithms Made Easy
โœ Karumanchi, Narasimha ๐Ÿ“‚ Library ๐Ÿ“… 2018;2017 ๐Ÿ› CareerMonk Publications ๐ŸŒ English

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

Data structures and algorithms made easy
โœ Karumanchi, Narasimha ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› CareerMonk Publications ๐ŸŒ English

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

Algorithms and Data Structures in C++
โœ Alan Parker ๐Ÿ“‚ Library ๐Ÿ“… 1993 ๐Ÿ› CRC-Press ๐ŸŒ English

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!

Data Structures and Algorithms in Java
โœ Robert Lafore ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Sams ๐ŸŒ English

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