DSA-CRACKER
DSA-CRACKER copied to clipboard
This is an attempt to solve 450 questions carefully curated by Love Babbar.
DSA-CRACKER
If you appreciate my work, please 🌟 this repository. It motivates me. :rocket: :rocket:
DSA CRACKER sheet : link
:red_circle: :red_circle: IMPORTANT : If you forked this repo and want to be updated with the changes made to this repo refer How do I update a GitHub forked repository?
:arrow_forward: Update Corner
- Added Clone A Graph problem in the Graphs topic.
:gift: You Can Contribute.
Make a pull request :
- If you think you have the better optimal solution.
- If you have the solution to the unsolved problem marked with "red-cross".
Hello, folks! 
This is an attempt to solve 450 questions carefully curated by our very own Love Babbar.
Topics
- Array
- Matrix
- Stack & Queue
- Backtracking
- Graphs
Array
⬆️ Back to Top
Matrix
| # | Title | Solution | Time | Space | Difficulty | Note |
|---|---|---|---|---|---|---|
| 1 | Spiral traversal on a Matrix | :heavy_check_mark: | ||||
| 2 | Search an element in a matriix | :heavy_check_mark: | ||||
| 3 | Find median in a row wise sorted matrix | :heavy_check_mark: | ||||
| 4 | Find row with maximum no. of 1's | :heavy_check_mark: |
⬆️ Back to Top
StackQueue
⬆️ Back to Top
Backtracking
| # | Title | Solution | Time | Space | Difficulty | Note |
|---|---|---|---|---|---|---|
| 1 | Rat In A Maze | :heavy_check_mark: | - | - | - | |
| 2 | N Queens Problem | :heavy_check_mark: | - | - | - |
⬆️ Back to Top
Graphs
| # | Title | Solution | Time | Space | Difficulty | Note |
|---|---|---|---|---|---|---|
| 9 | Clone A Graph | :heavy_check_mark: | - | - | - | |
| 13 | Implement Topological Sorting | :heavy_check_mark: | - | - | - | |
| 32 | Cheapest Flights within k stops | :heavy_check_mark: | Quadratic | Quadratic | Medium |
⬆️ Back to Top
You can find me on
to stay updated and follow along with my journey.

