Planting a Tiny Behavior Tree - Development Notes 春水煎茶 2024年5月5日 16:47 原文 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 春水煎茶 2024年8月4日 00:00 原文 This article documents my development notes on implementing a C++ library for quadtrees.
Fractional Cascading 春水煎茶 2024年6月24日 17:44 原文 Recently, I learned an interesting and niche algorithm that primarily addresses online query problems on multiple sorted sequences.