Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Header and implementation files for implementing a Priority Queue using a C++ Heap. These files come from an assignment in my Data Structures and Algorithms class, taught by Dr. Lee S. Koh, at Texas ...