| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Personal notes and implementations from my algorithm learning journey.
Code is mostly written in Go.
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.
| Back | FazBrowse Home | New Git URL |