Skip to content

chdharm/amity-room-allocation

 
 

Repository files navigation

Amity-Room-Allocation Algorithm Travis CI Passing

A room allocation algorithm for amity: implemented in Python. It's eccentric. Why? because it allocates rooms at random. Random is good.


Instructions

  1. Clone the repo by simply executing the command

    git clone https://github.com/gitgik/amity-room-allocation.git

  2. Install dependencies if you want to work under a sandbox

    pip install -r requirements.txt

  3. Test it first: (TDD is good)

    nosetests tests/

  4. You are good to go! Just use an input text file containing the list of employees to be allocated.

    python sample/sample.py <input.txt>

About

A room allocation algorithm for amity: implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%