Added package minmaxheap (#1030)

This commit is contained in:
StefanSalewski 2019-03-15 20:35:34 +01:00 committed by Miran
parent 581527fb1e
commit 0610648bfb

View File

@ -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"
}
]