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 RepositoriesTries

Hierarchical tree structures used for efficient retrieval and matching of string prefixes.

Distinct from Prefix-Based Pattern Matching Algorithms: Specializes prefix-based pattern matching by specifically implementing the trie data structure.

Explore 1 awesome GitHub repository matching software engineering & architecture · Tries. Refine with filters or upvote what's useful.

Awesome Tries 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.
  • wangzheng0822/algoAvatar de wangzheng0822

    wangzheng0822/algo

    23,159Voir sur GitHub↗

    This project is a data structures and algorithms library providing a collection of fifty standard code implementations for managing data and solving common computational problems. It serves as an algorithm implementation reference and study resource for educational use. The codebase covers graph theory implementations for modeling networks and performing searches, as well as string pattern matching libraries for the retrieval of character sequences. It includes a collection of hierarchical data structures, such as binary search trees and priority heaps, and provides optimized solutions for dy

    Organizes character sequences into a hierarchical structure for fast string pattern retrieval.

    Python
    Voir sur GitHub↗23,159
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Prefix-Based Pattern Matching Algorithms
  5. Tries