Java application that takes in a data-set of free-throws and allows a set of methods to be run on the data, like free-throws by season and clutch-time free-throw shooting
- Read in data
- Organise data into a list of players and have each player point to a list of their freethrows
- Search functionality
- Search for suggestions for mis-spelled player names
- Calculate player clutch-time differential
- Calculate player playoff differential
- Calculate BigTimeFT differential (combination of playoff and clutch reg season fts)
- Better organisation of packages
- A GUI
- A scatteplot
- Splitting the data to read in a separate threads