This repository is the solutions to the given problem:
Arrange a conference in 8 hours duration with 3 slots.
- **python >= 2.7
- Linux OS (Fedora, ubuntu, Redhat, Centos etc.)
-
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
-
Run the script
conference.pypython <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"
-
To run the test cases: python unittest_conference.py