You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a normal javac *.java and java Main should work. (Use Linux terminal for the coloured output)
I assume that the input comes as x,y or x,y,number not x, y!
My map would have an ArrayList of Events instead of only one.
I'd use multithreading when working on it. I think I'd use a map of maps to better store my locations (E.g. First map UK who has the maps of cities and the maps of cities have locations in that city)