awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesExtreme Value Aggregations

Algorithms that aggregate minimum or maximum values across all possible subarrays of a sequence.

Distinct from Subarray Sum Algorithms: Specifically computes the sum of minimums across sublists, which differs from counting subarrays that fall within a specific sum range.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Extreme Value Aggregations. Refine with filters or upvote what's useful.

Awesome Extreme Value Aggregations 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.
  • azl397985856/leetcodeAvatar de azl397985856

    azl397985856/leetcode

    55,758Voir sur 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 uses a monotonic stack to compute the total sum of minimum values of all possible sublists in an array.

    JavaScriptalgoalgorithmalgorithms
    Voir sur GitHub↗55,758
  1. Home
  2. Scientific & Mathematical Computing
  3. Subarray Sum Algorithms
  4. Extreme Value Aggregations