Robot Swimming Trials: Technical Note
An exact occupancy-problem derivation for Jane Street's Robot Swimming Trials puzzle, including the first exploitable race count and verification checks.
Implementation notes on C++, Python, algorithms, and the small design choices that make technical work easier to reason about.
An exact occupancy-problem derivation for Jane Street's Robot Swimming Trials puzzle, including the first exploitable race count and verification checks.
A technical design note for a CS:APP malloc-lab allocator covering block layout, segregated free lists, coalescing, reallocation, and performance tradeoffs.
A repository-level technical note covering the simulator architecture, cache model, and transpose strategy.