Computer Science - Data Structures - Arrays - Parking Lot Simulator
Visual parking lot with 10 numbered spaces (0-9). Each space either has a car (colored box) or is empty (gray). Student can: 1) Click empty space to park a car (insert at index), 2) Click occupied space to remove car (delete at index), 3) Search for a specific colored car (linear scan). Show the arr