feat: ohhhhhh babe
This commit is contained in:
parent
37aa7f0066
commit
b35341ac1a
7 changed files with 31 additions and 13 deletions
|
|
@ -251,14 +251,14 @@ module.exports = {
|
|||
BTBFS: {
|
||||
type: "fn",
|
||||
fn: "bfs",
|
||||
args: "head: BinaryNode<number>",
|
||||
return: "number[]",
|
||||
args: "head: BinaryNode<number>, needle: number",
|
||||
return: "boolean",
|
||||
},
|
||||
|
||||
CompareBinaryTrees: {
|
||||
type: "fn",
|
||||
fn: "compare",
|
||||
args: "a: BinaryNode<number>, b: BinaryNode<number>",
|
||||
args: "a: BinaryNode<number> | null, b: BinaryNode<number> | null",
|
||||
return: "boolean",
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue