1 repositorio
Priority queues that associate keys with integer indices for efficient updates.
Distinct from Priority Queues: Adds index-based tracking and updates to a standard priority queue
Explore 1 awesome GitHub repository matching data & databases · Indexed. Refine with filters or upvote what's useful.
algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard computer science textbook curriculum. It provides a comprehensive suite of fundamental implementations for sorting, searching, and core data organization. The project serves as a graph theory framework, offering tools for representing directed and undirected graphs and performing complex traversals and pathfinding. It also includes a broad sorting algorithm suite and a specialized library of Java data structures, including stacks, queues, priority queues, and symbol tables. I
Provides an indexed priority queue to efficiently retrieve and update elements associated with integer indices.