Skip to content

Commit 0de43ac

Browse files
author
Merdo
committed
example input added
1 parent db38f0e commit 0de43ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dynamic_programming/brige_torch_problem.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#person_pace = [1, 2, 5, 10,12,16]
2-
person_pace = list(map(int, input().split()))
1+
person_pace = [1, 2, 5, 10,12,16]
32
person_pace.sort() # Sort the array for optimal pairing
43
people = len(person_pace)
54

0 commit comments

Comments
 (0)