Parsing 1000 games data and calculating score in Bowling game using Multithreada approach in Java
Calling multiple threads using ExecutorService
BowlingGame.java is the algorithm for Bowling
The Bowling game scores are in csv file present in lib folder(change the Bowling.java if the file is not on AWS server anymore)
java -jar Bowling.java