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

Commit e46f86e

Browse files
committed
Add README to homework 2 directory
1 parent 0fe8997 commit e46f86e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

knapsack_problem/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Knapsack problem
2+
3+
This directory contains the **Python 3.7.4** source code used to do Homework 2.
4+
5+
The only package required to run this program is [questionary](https://github.com/tmbo/questionary), which provides a very nice command line interface.
6+
7+
Run `main.py` to execute the program.

0 commit comments

Comments
 (0)