lld-parking-lot icon indicating copy to clipboard operation
lld-parking-lot copied to clipboard

Do we not need to create empty slots while adding slot itself.

Open sudhakar810 opened this issue 2 years ago • 0 comments

parkingLot.getSlots().put(i, null);

We can add below lines to the constuctor to create emptly slots.

sudhakar810 avatar Oct 29 '22 07:10 sudhakar810