awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesShortest Subarray Sum Locators

Algorithms that identify the smallest contiguous subarray meeting a target sum threshold.

Distinct from Subarray Sum Algorithms: Focuses on finding the shortest length (minimum), whereas the parent covers general sum calculations and counting.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Shortest Subarray Sum Locators. Refine with filters or upvote what's useful.

  1. Home
  2. Scientific & Mathematical Computing
  3. Subarray Sum Algorithms
  4. Shortest Subarray Sum Locators

Awesome Shortest Subarray Sum Locators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hoanhan101/algoAvatar de hoanhan101

    hoanhan101/algo

    3,678Ver en 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

    Calculates the shortest contiguous subarray whose elements sum to a target value using a dynamic sliding window.

    Go
    Ver en GitHub↗3,678