feat: heap tests

This commit is contained in:
mpaulson 2022-08-03 07:02:48 -06:00
parent 7ffe2a8193
commit b83a3f379b
2 changed files with 31 additions and 1 deletions

View file

@ -38,7 +38,7 @@ module.exports = {
MinHeap: {
type: "class",
methods: [{
name: "push",
name: "insert",
args: "value: number",
return: "void",
}, {