Planting a Tiny Behavior Tree - Development Notes 春水煎茶 5/5 This article is a development log for a simple C++ behavior tree library bt.cc that I recently developed.
Thoughts, Optimizations, and C++ Implementation of Quadtrees 春水煎茶 8/4 This article documents my development notes on implementing a C++ library for quadtrees.
Fractional Cascading 春水煎茶 6/24 Recently, I learned an interesting and niche algorithm that primarily addresses online query problems on multiple sorted sequences.