migrate 392 questions to pattern format
This commit is contained in:
@@ -7,8 +7,10 @@ categories:
|
||||
- arrays
|
||||
- binary-search
|
||||
patterns:
|
||||
- binary-search
|
||||
- matrix-traversal
|
||||
- slug: binary-search
|
||||
is_optimal: true
|
||||
- slug: matrix-traversal
|
||||
is_optimal: false
|
||||
|
||||
function_signature: "def search_matrix(matrix: list[list[int]], target: int) -> bool:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user