koenhendriks / CarParkSimulation

Java assignment for a car park simulation
GNU General Public License v3.0
1 stars 3 forks source link

Reformat car parking #26

Closed koenhendriks closed 8 years ago

koenhendriks commented 8 years ago

Car parking is saved in a 3 dimension deep array at the current state (See here) .

To check if a car is parked at a certain location we need to loop trough all the floors, rows and places. This is incrementing resourceful when the cark park gets populated.

We need to store the location and the cars in a different mater.