my first simulation for the elevator, solve the elevator allocation problem
simulationNov26.py
minimize the average elevator time for the people from each floor
Initially allocate a floor to an elevator, then compute the average time for each elevator. Then, add a floor to the elevator with the least time.