Skip to content

Commit

Permalink
set space at top of search in sorted matrix module
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezasariri78 committed Nov 6, 2024
1 parent 180110d commit 4f862f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/matrix/search_in_a_sorted_matrix.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


///find row and column of given key in given matrix
/// m is row count and n is column count
#[derive(PartialEq, Eq, Debug)]
Expand Down

0 comments on commit 4f862f3

Please sign in to comment.