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

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

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

1 个仓库

Awesome GitHub RepositoriesSearch Optimizations

Techniques for pruning search spaces and accelerating retrieval using prefix tree structures.

Distinct from Trie Data Structures: Focuses on search space reduction and pattern matching rather than basic trie storage or routing.

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

Awesome Search Optimizations GitHub Repositories

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

    azl397985856/leetcode

    55,758在 GitHub 上查看↗

    This project is a curated educational resource and solution repository for algorithmic challenges, specifically focused on LeetCode problems. It serves as a technical reference for common data structures and algorithmic patterns, providing verified code implementations across multiple programming languages alongside detailed logic and complexity analysis. The repository functions as a comprehensive study guide for competitive programming and technical interview preparation. It includes specialized learning tools such as an Anki flashcard dataset for spaced repetition and a browser extension t

    The project implements Trie-based structures to prune search spaces and count elements matching bitwise patterns.

    JavaScriptalgoalgorithmalgorithms
    在 GitHub 上查看↗55,758
  1. Home
  2. Software Engineering & Architecture
  3. Trie Data Structures
  4. Search Optimizations