Skip to content

Commit cc40a9c

Browse files
authored
Update 2D Array(Hourglass Problem)
1 parent cc6dac3 commit cc40a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2D Array(Hourglass Problem)

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import sys
88

99
# Complete the hourglassSum function below.
1010
def hourglassSum(a):
11-
s=0
11+
s=-100
1212
for i in range(0,4):
1313
for j in range(0,4):
1414
t=0

0 commit comments

Comments
 (0)