diff --git a/knapsack_problem/README.md b/knapsack_problem/README.md new file mode 100644 index 0000000..18f1367 --- /dev/null +++ b/knapsack_problem/README.md @@ -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.