Skip to content

Instantly share code, notes, and snippets.

View Swastik2000's full-sized avatar
🕊️
Day Dreaming

Swastik Mishra Swastik2000

🕊️
Day Dreaming
View GitHub Profile
@Swastik2000
Swastik2000 / How To Learn Data Structures and Algorithms.md
Last active September 7, 2021 14:28
How To Properly Learn Data Structures and Algorithms (DSA)

80% questions comes from 15 patterns Like Sliding window, Tree Search (BFS & DFS), KILLS AND RECURSION

  1. Learn patterns, not code
  2. Extensively comment my solutions
  3. Use tiered system to 'give up'

If i cannt solve it at first then I will go to hints.

If everthing fails then go to answer then go line by line. Check one line then try to solve it on my own code editor.