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.
- Host: GitHub
- URL: https://github.com/mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp
- Owner: mcsamuelshoko
- Created: 2023-12-14T05:22:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T12:17:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T13:15:13.481Z (11 months ago)
- Topics: algorithm-analysis, algorithms-and-data-structures, cpp, data-structures, learning, learning-by-doing, learning-resources, self-paced-learning
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |⭕ | |