migrate 392 questions to pattern format
This commit is contained in:
@@ -8,8 +8,10 @@ categories:
|
||||
- graphs
|
||||
- hash-tables
|
||||
patterns:
|
||||
- bfs
|
||||
- dfs
|
||||
- slug: bfs
|
||||
is_optimal: true
|
||||
- slug: dfs
|
||||
is_optimal: false
|
||||
|
||||
function_signature: "def distance_k(root: TreeNode, target: TreeNode, k: int) -> list[int]:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user