aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefanSalewski <mail@ssalewski.de>2019-03-15 20:35:34 +0100
committerMiran <narimiran@disroot.org>2019-03-15 20:35:34 +0100
commit0610648bfb132751115241e8fd12c37a92c6c48c (patch)
tree5070309eb3276566f10947e4245a50b9c9232fea
parent581527fb1e4a041143747884a42b81239f68178d (diff)
downloadpackages-0610648bfb132751115241e8fd12c37a92c6c48c.tar.gz
packages-0610648bfb132751115241e8fd12c37a92c6c48c.zip
Added package minmaxheap (#1030)
-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"
}
]