Skip to content

A repository for solving and summarizing coding problems in preparation for technical interviews

License

Notifications You must be signed in to change notification settings

jph6366/leetcoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcoding

A repository for solving and summarizing coding problems in preparation for technical interviews

HOW TO WRITE A NEW EXAMPLE

  1. Walk through problem and identify edge cases and base case(s)
  2. Write brute force with meaningful comments
  3. Optimize with design choices and remove code smell
  4. Refactor for dynamic programming and/or alternative data structures and algorithms
  5. Write up test data, test cases, and unit tests
  6. Provide a README.MD display images, diagrams, and walk through the thought & build process.
  • Optionally add readings and articles to strengthen comprehension and deepen knowledge
  • ...

DATA STRUCTURES AND ALGORITHMS

...

SYSTEM DESIGN

...

About

A repository for solving and summarizing coding problems in preparation for technical interviews

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published