aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index bc5f057..6b6f345 100644
--- a/packages.json
+++ b/packages.json
@@ -12824,5 +12824,18 @@
"description": "A wrapper to notification libraries",
"license": "MIT",
"web": "https://github.com/xbello/notify-nim"
+ },
+ {
+ "name": "minmaxheap",
+ "url": "https://github.com/stefansalewski/minmaxheap",
+ "method": "git",
+ "tags": [
+ "minmaxheap",
+ "heap",
+ "priorityqueue"
+ ],
+ "description": "MinMaxHeap",
+ "license": "MIT",
+ "web": "https://github.com/stefansalewski/minmaxheap"
}
]