Status: IN
`_add_to_book` re-sorts the entire price list on every insertion (O(n log n)) rather than using `bisect.insort` — acceptable for interview scope but not production-grade.
Source: entries/2026/06/05/stock-exchange-solution.md
JSON