An open API service indexing awesome lists of open source software.

https://github.com/mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp

my journed reinforcing the data strcutures and algorithms i learnt in college.
https://github.com/mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp

algorithm-analysis algorithms-and-data-structures cpp data-structures learning learning-by-doing learning-resources self-paced-learning

Last synced: 9 months ago
JSON representation

my journed reinforcing the data strcutures and algorithms i learnt in college.

Awesome Lists containing this project

README

          

hello DSA!

```cpp
std::cout << "hello world";
```

---

### Will be learning with content which includes these links

- **Main Book links:** [[**` Amazon `**](https://www.amazon.com/Data-Structures-Algorithm-Analysis-C/dp/013284737X)]   |   [[**` Pearson `**](https://www.pearson.com/en-us/subject-catalog/p/data-structures-and-algorithm-analysis-in-c/P200000003459/9780133404180)]
- **Book link (FREE)**: []
- **C++ reference book:** []
- **LearnXinYminutes:** []


- **🔥 BIG `O cheatsheet:** []
- **🔥 Data Structure Visualization:** []
- **📱 Mobile App** : [[**` Android `**](https://play.google.com/store/apps/details?id=com.shway.datastructures "Hi there! I have been using this amazing app to sharpen my data structures & algorithms skills. I recommend you check it out")]
---


###### *The list of topics is based on my personal selection on what i want to learn/reinforce from the content.

|Topic | Completed | Comment|
|---|:---:|---|
|Templates |⭕| |
|Structs & Classes |✅| |
|List |⭕ | |
|Stack |⭕ | |
|Queue |⭕ | |
|Tree |⭕ | |
|Heap |⭕ | |
|Graph |⭕ | |
|Hash Table |⭕ | |
|Greedy Algorithms |⭕ | |
|Divide & Conquer |⭕ | |
|Dynamic Programming |⭕ | |
|Randomized Algorithms |⭕ | |
|Backtracking Algorithms |⭕ | |
|Binomial Queues |⭕ | |
|Skew Heaps |⭕ | |
|Fibonacci Heaps |⭕ | |
|Splay Trees |⭕ | |
|Top-down Splay Trees |⭕ | |
|Red-BlackTrees |⭕ | |
|Treaps |⭕ | |
|Suffix Arrays & Suffix Trees |⭕ | |
|K-d Trees |⭕ | |
|Pairing Heaps |⭕ | |