Skip to content

A compendium of popular problems on several data structures and algorithms.

Notifications You must be signed in to change notification settings

Atharv-Sathe/DSARegistry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Points to Remember

  • Whenever there's a string or array problem think or brute force solution first and then try to optimize it.
  • Optimization can usually be done using two pointes, sliding window, or prefix sum.
  • If you want to group string anamgrams you can convert their charCount arrays into strings and use them as keys in a hashmap.

About

A compendium of popular problems on several data structures and algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published