/indexed-priority-queue

indexed-priority-queue 是C++编程语言实现的开源的可以快速改变某个指定元素值的优先级队列。它通过为优先级队列中每个元素维护一个索引Index值来实现快速修改特定元素值且又保证堆性质的目的。

Primary LanguageC++Apache License 2.0Apache-2.0

No issues in this repository yet.