Brooke-8/Parking-Lot-Simulator---Java
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Brooke MacQuarrie bmacq014@uottawa.ca Winter 2024 Simulator that tracks the number of cars entering and exiting a parking lot of a given size. CapacityOptimizer runs multiple simulations, increasing the size of the parking lot each time to determine the optimal parking lot size for the given number of cars entering the parking lot. This archive contains the 14 files: • README.txt • CapacityOptimizer.java • Car.java • LinkedQueue.java • List.java • ParkingLot.java • Queue.java • RandomGenerator.java • Rational.java • Simulator.java • SinglyLinkedList.java • Spot.java • StudentInfo.java • TriangularDistribution.java