Skip to content

Commit 297da1f

Browse files
author
Merdo
committed
input added
1 parent 5a61613 commit 297da1f

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)