Skip to content

Instantly share code, notes, and snippets.

@Swastik2000
Last active September 7, 2021 14:28
Show Gist options
  • Save Swastik2000/72aafb6dd42c6ea8507d5fc222fbed47 to your computer and use it in GitHub Desktop.
Save Swastik2000/72aafb6dd42c6ea8507d5fc222fbed47 to your computer and use it in GitHub Desktop.
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment