feat: heap tests
This commit is contained in:
parent
7ffe2a8193
commit
b83a3f379b
2 changed files with 31 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
MinHeap: {
|
||||
type: "class",
|
||||
methods: [{
|
||||
name: "push",
|
||||
name: "insert",
|
||||
args: "value: number",
|
||||
return: "void",
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue