December 17, 2025
Numerical Recipes: The Art of Scientific Computing
Notes
Broad coverage of numerical algorithms in science and engineering. Classic cross-topic numerical algorithms.
Browse posts by tag
Broad coverage of numerical algorithms in science and engineering. Classic cross-topic numerical algorithms.
A C++17 header-only library implementing Computational Basis Transforms - a unified framework for understanding how FFT, logarithmic arithmetic, and Bayesian inference are all instances of the same pattern.
A deep dive into sparse spatial hash grids - a memory-efficient, high-performance data structure for spatial indexing that achieves 60,000x memory reduction over dense grids while maintaining O(1) insertions and O(k) neighbor queries.