You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.022Jan212019Update document with modified README.md contentmastermasterFix bug for EOF when input is provided as fileAdd info about compiling and java versionAdd input formatAdd document for design and algorithmAdd information about JUnit testsUpdate readme with design and algorithm detailsExecution code for the programImplement findMatchedOrders which will handle buy and sell ordersSample input for testingAdd tests to validate ordersAdd tests to check find orders logicAdd method to find sell orders for a buy orderAdd toString() methodAdd tests for buySellOrderMatch() methodModify findBuyOrders() to take care of the case when buy order has more stock than the sell orderImplement constructor to create object from its own instanceImplement hashCode methodAdd constructor to create object with argument of class OrderImplement method to find all buy orders for a sell orderAdd setter method to set quantity valueUse LinkedList instead of ArrayListMake class variables privateImplement OrderMatching classChange test class nameChange class nameAdd tests for equality checkImplement equals methodAdd Stock class testsAdd stock attributeImplement Stock classAdd tests for SellTrade classAdd tests for BuyTrade classAdd classpath for JUnitAdd getter method to get customer idImplement SellTrade classImplement BuyTradeInitialize time and type in constructorAdd Customer attribute to Trade classImplement Customer class