A Common Sense Guide To Data Structures And Algorithms: Level Up Your Core Programming Skills Algorithms Jay Wengrow
User Manual:
Open the PDF directly: View PDF
Page Count: 299 [warning: Documents this large are best viewed by clicking the View PDF Link!]
- Preface
- 1. Why Data Structures Matter
- 2. Why Algorithms Matter
- 3. Oh Yes! Big O Notation
- 4. Speeding Up Your Code with Big O
- 5. Optimizing Code with and Without Big O
- 6. Optimizing for Optimistic Scenarios
- 7. Blazing Fast Lookup with Hash Tables
- 8. Crafting Elegant Code with Stacks and Queues
- 9. Recursively Recurse with Recursion
- 10. Recursive Algorithms for Speed
- 11. Node-Based Data Structures
- 12. Speeding Up All the Things with Binary Trees
- 13. Connecting Everything with Graphs
- 14. Dealing with Space Constraints