jkc140 / matchMakingSchedule

This program is going to create a schedule for a softball team
1 stars 2 forks source link

need to fix/finish the sorting method for the fileReader #26

Open jkc140 opened 4 years ago

jkc140 commented 4 years ago

need to make it more efficient/clean it up

jkc140 commented 4 years ago

the code does not actually take in the number of parks, the park names, the number of matches, the start date,etc

billpaps commented 4 years ago

Hi. I am currently working on fileReader. I will make the code more clear and store each line in the array in order to manipulate easier at sort function.