Skip to content

andhandz/elevator_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elevator_system

Implementation of the simple elevator system in Java. The system is using algorithm FCFS(first come, first serve). Every elevator executes max one order at the same time.

How to run?

  1. Download repo
  2. Install openjdk 16.0.2 and gradle 7.4
  3. Open build.gradle
  4. Enter your personal args(no_elevators, no_steps, max_new_pickups_for_one_step) in "run"
  5. Open console and go to project's path
  6. Enter command:
    a) for linux/mac: ./gradlew run
    b) for windows: gradlew run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages