algorithms

Algorithm implementations
git clone git://git.laack.co/algorithms.git
Log | Files | Refs | README

commit 3201591d0eeabd2634a4f16254794ac518e0ec91
parent a8bb40057a4fb291131de0c41a1cd13b73486bd4
Author: Andrew Laack <andrew@laack.co>
Date:   Sat, 12 Sep 2026 11:07:47 -0500

Updated readme, updated plan

Diffstat:
MREADME | 4++--
Mplan.txt | 6++++++
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,3 +1,3 @@ -Leet-Code +Algorithms ========= -This is a repo algorithmic work generally. Primarily leetcode, some algo visualization, some other problems. +This is a repo containing algorithm implementations. diff --git a/plan.txt b/plan.txt @@ -7,3 +7,9 @@ these are the things I want to learn, ordered x union find x segment tree - successor paths + - quickselect + x lc 1 + - lc 2 + - visualize + - perlin noise + - visualize