Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anandwana001/ds-algo

Daily Coding Problems
https://github.com/anandwana001/ds-algo

data-structures leetcode

Last synced: 26 days ago
JSON representation

Daily Coding Problems

Awesome Lists containing this project

README

        

# ds-algo

Daily Coding Problems and Concept Learning

| Topics | Data Structures | |
| --| -- | -- |
| Array | Binary Tree | Graph |
| String | Binary Search Tree | Matrix |
| Linked List | Heap | Recursion |
| Stack | Hash Map | BFS/DFS |
| Queue | Hash Set | Dynamic Programming |

| Topics | Algorithms | |
| --| -- | -- |
| Analysis of Algorithms | Backtracking | Graph Algorithms |
| Searching and Sorting | Divide and Conquer | Randomized Algorithms |
| Greedy Algorithms | Geometric Algorithms | Branch and Bound |
| Pattern Searching | Mathematical Algorithms | Quizzes on Algorithms |
| Other String Algorithms | Bit Algorithms | Misc |

### Reference
- [Leetcode](https://leetcode.com/explore/learn/)
- [GeeksforGeeks](https://www.geeksforgeeks.org/)
- [Data Structures](https://www.geeksforgeeks.org/data-structures/)
- [Algorithms](https://www.geeksforgeeks.org/fundamentals-of-algorithms/?ref=shm)
- [CTCI - Book](https://www.amazon.in/Cracking-the-Coding-Interview/dp/0984782869/)
- [GitHub Repo](https://yangshun.github.io/tech-interview-handbook/algorithms/algorithms-introduction)

### CTCI Chapters
1. Big O

### Questions

Array

String

Linked List

Stack

Queue