Bailey31890 / SchedulER

SE 300
0 stars 0 forks source link

Arrays vs Arraylists #2

Open Bailey31890 opened 5 years ago

Bailey31890 commented 5 years ago

@liamtkehoe @HuDeeni97

File in is currently coded to parse information into array lists but Nat's code is currently set up to deal with normal Arrays. One will have to compromise. :(

liamtkehoe commented 5 years ago

I will implement a way to parse the array lists into regular arrays so that the information is readable by the other classes functions.