Project Submission

Submit Your Stock Trading System Project

Create a public GitHub repository with the exact name shown below, add all required files, and enter your GitHub username to submit.

Repository Requirements

Your repository must have this exact name:

github.com/<your-username>/stock-trading-system
Required Files and Folders
  • src/
  • Order.java
  • OrderBook.java
  • TradingEngine.java
  • PriorityQueue.java
  • test/
  • data/
  • docs/
  • README.md
README.md Must Include:
  • Your full name and submission date
  • Project overview and objectives
  • Order matching algorithm implementation details
  • Heap/Priority Queue structure explanation
  • HashMap usage for order lookup
  • Time and space complexity analysis
Required (submission will fail without these)

Submission Form

github.com/
Enter only your username. We will verify the repository stock-trading-system exists in your account.

Your repository will be verified before submission is accepted

Project Submitted Successfully!

Your project has been verified and submitted. Great work on your Stock Trading System project!