This cheatsheet offers a step-by-step guidance on how to study DSA, including which questions to practice and in what order to practice them.
- This CheatSheet include topics like Arrays, LikedList, Stack and many more (See the table below)
- This CheatSheet will also cover Love Babbar DSA sheet (which contains 450 questions)
"A dream written down with a date becomes a goal. A goal broken down into steps becomes a plan. A plan backed by action makes your dreams come true." - Greg Reid
-
Download Vscode and setup C++ environment (Follow this youtube tutorial)
-
Download these extensions
-
Create a folder name LearningDsa
cd LearningDsa
git clone https://github.com/karan320/DSA-cheatsheet
code .
The below table includes all the topics that is in Learning C++ with DSA.
S.No | Topics |
---|---|
1 | Mathematics |
2 | Bit Magic |
3 | Recursion |
4 | Arrays |
5 | Linked List |
6 | Stack |
7 | Queue |
8 | Trees |
9 | Binary Tree |
10 | Algorithms |