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

https://github.com/friskycodeur/dsa_251


https://github.com/friskycodeur/dsa_251

Last synced: 4 months ago
JSON representation

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 |