I built an engine that auto-visualizes Java and Python algorithms as they run. Engine hand-coded, UI vibe-coded.

Signals, the push-pull based algorithm

People had ideas for useful algorithms before computers were possible (Euler’s method, Monte Carlo, etc), what ideas are waiting on quantum computers to be able to do?

Timesliced reservoir sampling: a new(?) algorithm for profilers

Bigoish: Test the empirical computational complexity of Rust algorithms

Cliff Click's GCM algorithm on irreducible CFGs

Functional Algorithms, Verified

Is it UB to store owned slices on the heap as thin pointer inside Pin<Box<Zst<T>>> where Zst is a marker "fake" ZST type to be compatible with generic algorithms?

Trying to understand optimization algorithms step-by-step...useful or overkill?

Dijkstra's Shortest-Path Algorithm: A visual exploration, following Sedgewick