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 Challenge #7

10 September 2016 — The seventh weekly programming challenge is posted — 1-minute read

Oops. I forgot to link up the previous week’s challenge. I’ll keep trying to remember to post them here, for those that are following this blog. Feel free to ping me if you notice I’ve forgotten again.

This week’s challenge (the seventh!) is B+ trees. The goal is to implement a B+ tree, and there are lots of opportunities to rack up additional points once you’ve got the basics down. Check it out, and give it a try: Weekly Programming Challenge #7.