Published onDecember 13, 2024Know Thy Hash Tablejavadata-structureshash-tablehash-mapLet’s break down hash tables—how they work, why they’re awesome, and how you can implement them in Java.
Published onDecember 12, 2024Understanding Bottlenecks in AlgorithmsrustalgorithmsperformanceoptimizationA detailed look at algorithmic bottlenecks with practical examples.
Published onDecember 9, 2024Rustful Struggle - Days 2, 3, and 9rustadvent-of-code-2024A reflection on my Advent of Code 2024 journey so far.
Published onDecember 6, 2024Day 1 - Historian Hysteriarustadvent-of-code-2024My first attempt at Advent of Code 2024! Here’s how I solved Day 1’s problem in Rust.