Skip to content

Commit 4f862f3

Browse files
set space at top of search in sorted matrix module
1 parent 180110d commit 4f862f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/matrix/search_in_a_sorted_matrix.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
///find row and column of given key in given matrix
42
/// m is row count and n is column count
53
#[derive(PartialEq, Eq, Debug)]

0 commit comments

Comments
 (0)