Skip to content

rzr8i/MyAlgorithmNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“– MyAlgorithmNotes

Personal notes and implementations from my algorithm learning journey.
Code is mostly written in Go.

How problems are organized

  • Problems are grouped by the technique used to solve them.
  • Each category folder contains a short explanation of the technique, followed by subfolders for specific problems.
  • Each problem has its own folder with explanation and implementation.

๐Ÿ“ Categories

  • Problems solved by exploring choices and undoing when stuck.
    Includes: Nโ€‘Queens, subset sum, Knight's tour.

  • Problems solved by breaking into overlapping subproblems.
    Includes: Fibonacci, knapsack problem, longest increasing subsequence.

About

Personal notes and implementations of algorithms. Organized by technique. For my own reference and sharing.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages