/JSOrderbook

Basic order book in Javascript

Primary LanguageJavaScript

Implementation of a very basic order book in Javascript.

O(logn) to find the limit price, then O(1) to add/remove orders.