Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anandwana001/ds-algo
- Owner: anandwana001
- Created: 2021-02-27T16:05:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T05:45:01.000Z (about 3 years ago)
- Last Synced: 2024-10-29T21:13:17.883Z (2 months ago)
- Topics: data-structures, leetcode
- Language: Java
- Homepage:
- Size: 561 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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