Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Order_Matching_Problem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
RAHUL SHARMA
Order_Matching_Problem
Commits
787bb81e
Commit
787bb81e
authored
Jan 22, 2018
by
RAHUL SHARMA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
caa4e01c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
README.md
+21
-0
No files found.
README.md
View file @
787bb81e
OrderMatching
======
CS682 Assignment
## Description
This assignment is intended to solve the problem of order matching in stock exchange markets.
The repository includes the following files:
<br/>
StockExchange.java - Processes the requests from users and updates the pending list.
<br/>
Matcher.java - Takes the present input and compares it with the transactions in the pending list.
<br/>
Transaction.java - Plain old java Object that represents a transaction.
<br/>
StockExchangeTest.java - Junit test
## Assumptions:
1.
Application assumes space separated input transactions.
2.
Time is represented as an integer.
3.
Customer cannot trade with himself.
## Running Instructions:
Run the Junit test with desired test cases.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment