Writing / 63 entries
A public digital garden — bugs, breakthroughs, and the chaos of building things on the web.
The data structure that keeps itself sorted — automatically.
Solving a classic DFS problem with both elegant recursion and a high-performance explicit stack.
Mastering Breadth-First and Depth-First Search.
Understanding the "Why" behind the most fundamental data structure.
Keep your background apps running smoothly by combining Wails and Systray without blocking the main OS thread
From Basic Indexing to Advanced Patterns—Master the Most Elegant Feature of Python
Learn how to reverse an array efficiently using brute force and optimal approaches in Python and JavaScript.
Learn how to efficiently find the smallest and largest elements in an array using simple and optimal techniques in Python and JavaScript.