Skip to content

KaranSiddhu/DSA-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA CheatSheet

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)

Getting Started

"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

  1. Download Vscode and setup C++ environment (Follow this youtube tutorial)

  2. Download these extensions

  3. Create a folder name LearningDsa

cd LearningDsa
git clone https://github.com/karan320/DSA-cheatsheet
code .

Content

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

Connect With Me