stock-exchange-fifo-matching

Status: IN

Orders at the same price level are matched in FIFO order, enforced by `deque` append/popleft semantics — this is the price-time priority algorithm.

Source: entries/2026/06/05/stock-exchange-solution.md

Depended on by

JSON