Skip to content

Commit ab90700

Browse files
pre-commit-ci[bot]Dang-Hoang-Tung
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e00a1cd commit ab90700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genetic_algorithm/knapsack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
It is commonly known that combinatorial optimization problems can be solved using
55
dynamic programming. It is lesser known that genetic algorithms (or evolutionary
66
computing in general) can reach the best solution fairly quickly in a lot of cases.
7-
Otherwise, it can still approximate a very good solution (in life, good is good
7+
Otherwise, it can still approximate a very good solution (in life, good is good
88
enough).
99
1010
Genetic algorithms: https://en.wikipedia.org/wiki/Genetic_algorithm

0 commit comments

Comments
 (0)