Wow, what a fantastic book. If you are struggling with the foundation data structure and the analysis of algorithms, I will recommend this book. What can the reader expect from this book?
Once you complete this book, you can expect the below topic will be on your fingertips.
1. Big O for Time Complexity
2. Big O for SPace Complexity
3. Arrays ( Insertion, Deletion, Searching, Read Big O Time Complexity )
4. OrderedArrays ( Insertion, Deletion, Searching, Read Big O Time Complexity )
5. Linear and Binary Search
6. Insertion, Selection, and Quick Sort
7. LinkedList ( Insertion, Deletion, Searching, Read Big O Time Complexity )
8. Binary Tree ( Insertion, Deletion, Searching, Read Big O Time Complexity )
9. Graph ( Insertion, Deletion, Searching, Read Big O Time Complexity )
What do not expect?
1. Very complex algorithms like Doubly LinkedList or Trees.