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

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

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

1 个仓库

Awesome GitHub RepositoriesMinimum Window Substring Extractions

Algorithms for extracting the smallest substring containing all characters of a required pattern.

Distinct from Substring Extraction Methods: Specifically targets the minimal window search problem rather than general range-based extraction.

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

Awesome Minimum Window Substring Extractions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chanda-abdul/several-coding-patterns-for-solving-data-structures-and-algorithms-problems-during-interviewsChanda-Abdul 的头像

    Chanda-Abdul/Several-Coding-Patterns-for-Solving-Data-Structures-and-Algorithms-Problems-during-Interviews

    4,129在 GitHub 上查看↗

    This repository is a curated guide and implementation library of coding patterns used to solve data structures and algorithms problems. It serves as a technical interview study resource, providing a comprehensive set of strategies and computational logic examples for optimizing time and space complexity. The project focuses on standardized algorithmic patterns, including sliding windows, two pointers, and dynamic programming. It features specific implementations for a wide range of challenges, such as LeetCode problem solutions and specialized techniques like cyclic sort and bitwise XOR opera

    Provides logic to find the smallest substring containing a required set of characters.

    algorithmscoding-interviewsdata-structures
    在 GitHub 上查看↗4,129
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Substring Length Metrics
  5. Substring Extraction Methods
  6. Minimum Window Substring Extractions