Skip to content

Commit ac4a075

Browse files
committed
Adding Efficient Solution for Problem - 73 - Set Matrix Zeroes
1 parent 0a7cb6c commit ac4a075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Set_Matrix_Zeroes/EfficientSolution.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
## Problem Name: Set Matrix Zeroes
77
##===================================
88
#Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in-place.
9-
#
109
#Example 1:
1110
#
1211
#Input:

0 commit comments

Comments
 (0)