The motivation behind this project stems from the importance stats now play in sports, with stats dominating decision making. Whether to take a three in basketball, go for it on fourth down in football, or shift the defense in baseball, all these decisions are now based on stats from previous outcomes and the possibility of success. Which is why I want to see just how powerful stats are by using them to try and predict a champion.
Place all the files from the folders above into one directory and run g++ NBA.cpp main.cpp -o teams
then ./teams
to get a predicted champion. The results will be placed in the Predicted_Champions.txt file.