There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
'''Author Adeel Sadiq DT249 Elevator simulator with two methods, one default method (defaultRun) where the elevator starts from Ground floor and moves to top floor and back, picking customers from each floor and dropping them to their destination on the way. The second run method, (customRun) takes the first input from the client in the elevator and takes the elevator to that floor using the customMove function, disembarking any clients that share the destination floor and moves on to the next destination for client in the elevator, if there is no one in the elevator, it moves floor by floor using the default move method. '''