noporpoise / cpp_priority_heap

Simple priority heap with updatable priorities in c++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A priority heap with updatable priorities Implemented with using a heap and an unordered_map.

For example usage see test.cpp

Isaac Turner 2016 License: BSD

About

Simple priority heap with updatable priorities in c++11


Languages

Language:C++ 96.4%Language:Makefile 3.6%