Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

katzelein/elevator-ride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevator Ride!

An elevator system building app that lets you ride the mechanical waves

See it in action

  • run npm install
  • run npm test

Ways to improve

  • Store elevators as a dictionary instead of an array to avoid costly array mapping when scaling up number of elevators
  • Add logic to check whether an elevator is stopped, going up, going down, or in maintenance
  • Write tests to confirm that implementation of sendRequestToNearestElevator actually works!
  • Write a script to run the program with examples for the command line instead of using tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published