A maxHeap version of heapq module for Python. Similar to heapq, c implementation is used when available to ensure performance. tl;dr: same as heapq module except adding '_max' to all functions. from ...
TypeScript implementation of Dijkstra's single-source shortest-paths algorithm, with performance optimizations based on the heapq Python library. The code was originally written by Wyatt Baldwin and ...