Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 762 Bytes

File metadata and controls

17 lines (10 loc) · 762 Bytes

Omnibus Java Implementation

This is a really simple java implementation of the Omnibus "algorithm" for the contest of the 3rd season of CodeStory.

Building

This code is meant to be more read than run, so we suggest you fire you favorite java IDE and import the project. We have only one dependency which is Spark.

Running

From within you IDE you'll find the Server class. This class has a main method you can call from within your IDE to start a server.

If you can also issue a mvn exec:java from the source root and start a the server right away.

##Coding

This code is the bare minimum to get you started, now it's up to you to enhance this version and make the more efficient elevator algorithm