Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neetcode 150 problems to learn algorithms with python.

Progress

Arrays & Hashing

49:

  • Create a list counter assuming only 26 letters
  • ord function to get unicode numbers. Letters are together, so ord(character) - ord('a') is useful.
  • Dictionary needs hashable elements, so turn list into tuple.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages