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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages