Skip to content

codewithishwar-dev/dsa-thinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DSA Thinking & Design

If your DSA solution feels complex, you probably skipped one step: understanding the pattern.

Before writing code, pause and ask:

  • Is this prefix / suffix?
  • Can two pointers solve this?
  • Do I need recursion with memoization?
  • Is this greedy or DP?

Patterns reduce thinking cost. That’s the real power of DSA.

This repository focuses on how to think before writing code.

-> CodeWithIshwar | Ishwar Chandra Tiwari

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors