The maze book for programmers!
mazesforprogrammers.com

Algorithms, circle mazes, hex grids, masking, weaving, braiding, 3D and 4D grids, spheres, and more!

DRM-Free Ebook

The Buckblog

assorted ramblings by Jamis Buck

Weekly Programming Challenges

30 July 2016 — The first of a weekly series, in which readers are encouraged to challenge themselves by implementing the stated requirements — 1-minute read

I’ve been wanting to start a “weekly programming challenge”, but kept making excuses. No more: here’s the first one:

Implement a Binary Search Tree

Give it a try! You’ve got nothing to lose, after all.