ClassNaturalOrderingParkingStrategyParking strategy in which the natural ordering numbers are used for deciding the slot numbers. For example, 1st car will be parked in slot 1, then nex
src/main/java/com/uditagarwal/model/parking/strategy/NaturalOrderingParkingStrategy.java:10