https://github.com/friskycodeur/dsa_251
https://github.com/friskycodeur/dsa_251
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/friskycodeur/dsa_251
- Owner: friskycodeur
- Created: 2023-12-10T18:22:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T04:09:43.000Z (over 2 years ago)
- Last Synced: 2024-01-19T12:54:21.138Z (over 2 years ago)
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Basic DSA
| Topic | Status | Solved Questions | Total Questions |
|-------------|---------------| -----------------------|-----------------------|
| [Arrays](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/Arrays) | Completed | 5 | 5 |
| [String](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/String) | Completed | 5 | 5 |
| [2D Arrays](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/2d%20Arrays) | Completed | 5 | 5 |
| [Maps/Sets](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/Maps_Set) | Completed | 5 | 5 |
| [Two Pointers](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/Two_Pointers) | Completed | 4 | 4 |
| [Basic Algorithms](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/Basic_Algorithms) | Completed | 6 | 6 |
| [Mixed Questions](https://github.com/friskycodeur/DSA_251/tree/master/Basic%20DSA/Mixed%20Questions) | Partially Completed | 16 | 20 |
## Intermediate DSA
| Topic | Status | Solved Questions | Total Questions |
|------------- |---------------| -----------------------|-----------------------|
| [Binary Search](https://github.com/friskycodeur/DSA_251/tree/master/Intermediate%20DSA/Binary%20Search) |In Progress | 3 | 5 |
| [Recursion Basics](https://github.com/friskycodeur/DSA_251/tree/master/) | | 0 | 5 |
| [Linked List](https://github.com/friskycodeur/DSA_251/tree/master/) | | 0 | 10 |
| [Stacks & Queues](https://github.com/friskycodeur/DSA_251/tree/master/) | | 0 | 10 |
| [Binary Trees & BST](https://github.com/friskycodeur/DSA_251/tree/master/) | | 0 | 15 |
| [Mixed Questions](https://github.com/friskycodeur/DSA_251/tree/master/) | | 0 | 30 |