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
·

2 dépôts

Awesome GitHub RepositoriesLongest Substring Without Repeats Algorithms

Algorithms for finding the longest contiguous substring with all unique characters using sliding window and hash map techniques.

Distinct from Longest Substring Identification: Distinct from general Longest Substring Identification: specifically targets substrings with no repeating characters, not other criteria like sum or pattern.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Longest Substring Without Repeats Algorithms. Refine with filters or upvote what's useful.

Awesome Longest Substring Without Repeats Algorithms 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.
  • sharingsource/logicstack-leetcodeAvatar de SharingSource

    SharingSource/LogicStack-LeetCode

    7,495Voir sur GitHub↗

    LogicStack-LeetCode is a curated repository of solved algorithm problems and data structure implementations, primarily drawn from the LeetCode platform. Its core identity is a structured collection of solutions designed to support technical interview preparation and competitive programming practice, with each solution accompanied by complexity analyses to help engineers understand performance trade-offs. The repository distinguishes itself through its breadth of coverage across fundamental algorithmic patterns and data structures. It includes implementations for array manipulation, string pro

    Ships algorithms for identifying the longest substring with all unique characters using hash map tracking.

    algorithminterview-practiceinterview-questions
    Voir sur GitHub↗7,495
  • hoanhan101/algoAvatar de hoanhan101

    hoanhan101/algo

    3,678Voir sur GitHub↗

    This project is a Go algorithm implementation library and a reference for data structures. It serves as a collection of solved coding interview problems and an algorithmic pattern collection, providing a reference of over 100 common challenges implemented in Go. The library focuses on specific problem-solving strategies, including sliding windows, two pointers, and dynamic programming. It provides coded examples of standard sorting, searching, and graph traversal techniques to facilitate the study of algorithmic patterns. The repository covers a broad range of capabilities, including array a

    Implements algorithms for finding the longest contiguous substring with all unique characters using sliding window techniques.

    Go
    Voir sur GitHub↗3,678
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Substring Counting
  5. Longest Substring Identification
  6. Longest Substring Without Repeats Algorithms