Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 14984b6

Browse files
authored
Update README.md
1 parent 2643efb commit 14984b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Array And Strings/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
**6. Perform a basic string compression using the counts of repeated characters. If the "compressed" string would not become smaller than the original string, then return the original string.**
1616

1717
**7. Rotate NxN matrix 90 degrees (in place)**
18+
19+
**8. Write an algorithm such that if an element in a MxN matrix is zero, its entire row and column is set to zero**

0 commit comments

Comments
 (0)