December 17, 2025
Data-Structures
Browse posts by tag
December 17, 2025
The Algorithm Design Manual
December 17, 2025
The Art of Computer Programming, Vol 1: Fundamental Algorithms
November 30, 2025
AlgoGraph: Immutable Graph Library with Functional Transformers
AlgoGraph brings functional programming elegance to graph algorithms with immutable data structures, pipe-based transformers, declarative selectors, and lazy views.
November 30, 2025
libdis: Disjoint Interval Sets as a Complete Boolean Algebra
A modern C++ header-only library implementing disjoint interval sets as first-class mathematical objects with rigorous Boolean algebra operations.
October 1, 2025
Algebraic Composition for Streaming Data Reduction: A Type-Safe Framework with Numerical Stability
October 1, 2025
Cryptographic perfect hash functions: A theoretical analysis on space efficiency, time complexity, and entropy
October 1, 2025
maph: Maps Based on Perfect Hashing for Sub-Microsecond Key-Value Storage
December 15, 2024
The Dot Ecosystem: From Simple Paths to Data Algebras
A mathematically grounded ecosystem of composable tools for manipulating nested data structures. From simple helper functions to sophisticated data algebras, guided by purity, pedagogy, and the principle of least power.
June 21, 2024
AlgoTree: Immutable Tree Structures with Functional Transformers
A powerful, immutable-by-default tree manipulation library for Python with functional programming patterns, composable transformations, and advanced pattern matching.