Skip to content

devil00/solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages