NWNaveen Wilsoninsolvelogs.hashnode.dev·2d ago · 3 min readSeven elements, three comparisons: binary search as an animationBinary search is one of those algorithms that everyone can describe and plenty of us still get wrong when we write it. The description is easy — halve the interval until you find the target. The detai00
NWNaveen Wilsoninsolvelogs.hashnode.dev·2d ago · 4 min readWhat I learned writing 1,096 tests for algorithm animationsI spent the last few months building visual walkthroughs for data structures and algorithms. Not diagrams — step-by-step animations where you watch the pointers move, the stack grow, and the visited s00