awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesIndexed

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.

Awesome Indexed GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • kevin-wayne/algs4Avatar de kevin-wayne

    kevin-wayne/algs4

    7,519Voir sur GitHub↗

    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.

    Java
    Voir sur GitHub↗7,519
  1. Home
  2. Data & Databases
  3. Data Structure Implementations
  4. Optimized Data Structures
  5. Priority Queues
  6. Indexed