Skip to content

Commit b10a7fc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0a34531 commit b10a7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knapsack/knapsack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
""" A recursive implementation of 0-N Knapsack Problem
2-
https://en.wikipedia.org/wiki/Knapsack_problem
1+
"""A recursive implementation of 0-N Knapsack Problem
2+
https://en.wikipedia.org/wiki/Knapsack_problem
33
"""
44

55
from __future__ import annotations

0 commit comments

Comments
 (0)