Skip to content

Commit 455749a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 297da1f commit 455749a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/brige_torch_problem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
person_pace = [1, 2, 5, 10,12,16]
1+
person_pace = [1, 2, 5, 10, 12, 16]
22
person_pace.sort() # Sort the array for optimal pairing
33
people = len(person_pace)
44

0 commit comments

Comments
 (0)