Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Add README to homework 2 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
netotz committed Feb 20, 2020
1 parent 0fe8997 commit e46f86e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions knapsack_problem/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Knapsack problem

This directory contains the **Python 3.7.4** source code used to do Homework 2.

The only package required to run this program is [questionary](https://github.com/tmbo/questionary), which provides a very nice command line interface.

Run `main.py` to execute the program.

0 comments on commit e46f86e

Please sign in to comment.