GitHub - devil00/solutions

This repository is the solutions to the given problem:

Arrange a conference in 8 hours duration with 3 slots.

=========== Requirements

  • **python >= 2.7
  • Linux OS (Fedora, ubuntu, Redhat, Centos etc.)

=========================== Instructions to test or run

  1. Clone this repository by : Windows: git clone https://github.com/mayur-mq/solutions.git Unix/Mac: git clone git@github.com:mayur-mq/solutions.git

  2. Run the script conference.py python <script_name> <input_data_file>

    python conference.py ./test_data/test4.csv

    or

    python conference.py

    This will select default file test_file.csv

    output: "Following are selected presenters ['p27', 'p15', 'p29'] with incurred cost: 101"

  3. To run the test cases: python unittest_conference.py