From 0610648bfb132751115241e8fd12c37a92c6c48c Mon Sep 17 00:00:00 2001 From: StefanSalewski Date: Fri, 15 Mar 2019 20:35:34 +0100 Subject: [PATCH] Added package minmaxheap (#1030) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]