Skip to content

Instantly share code, notes, and snippets.

View welly87's full-sized avatar
🇮🇩
Working from home

Welly Tambunan welly87

🇮🇩
Working from home
View GitHub Profile

Quick Action (Alt+Enter)

⌥⏎

Generator

⌘N

Commit

⌘K

Search

/*****************************************************************************
* QuantCup 1: Price-Time Matching Engine
*
* Submitted by: voyager
*
* Design Overview:
* In this implementation, the limit order book is represented using
* a flat linear array (pricePoints), indexed by the numeric price value.
* Each entry in this array corresponds to a specific price point and holds
* an instance of struct pricePoint. This data structure maintains a list