awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wangzheng0822/algowangzheng0822 的头像

    wangzheng0822/algo

    23,159在 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
    在 GitHub 上查看↗23,159
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Prefix-Based Pattern Matching Algorithms
  5. Tries