Skip to content

Commit eb81e94

Browse files
committed
Updated README
1 parent 78401b2 commit eb81e94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This script handles the Knapsack problem with the 3 modes:
88

99
Also, [@DieGopherLT](https://github.com/DieGopherLT) implemented the Strategy pattern.
1010

11+
# Run
12+
Linux
13+
```bash
14+
git clone https://github.com/AlexString/knapsack_algorithm_python
15+
cd knapsack_algorithm_python
16+
python3 main.py
17+
```
18+
1119
# Quick view:
1220

1321
## **Strategy.py**

0 commit comments

Comments
 (0)