glinscott/JSOrderbook
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Implementation of a very basic order book in Javascript. O(logn) to find the limit price, then O(1) to add/remove orders.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of a very basic order book in Javascript. O(logn) to find the limit price, then O(1) to add/remove orders.