lld-parking-lot
lld-parking-lot copied to clipboard
Do we not need to create empty slots while adding slot itself.
parkingLot.getSlots().put(i, null);
We can add below lines to the constuctor to create emptly slots.