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
·

2 dépôts

Awesome GitHub RepositoriesFour-Sum Solvers

Specific algorithms designed to find unique quadruplets that sum to a target value.

Distinct from Combination Sum Algorithms: Specializes combination sum algorithms specifically for the four-element target sum problem.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Four-Sum Solvers. Refine with filters or upvote what's useful.

Awesome Four-Sum Solvers 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.
  • apachecn/apachecn-algo-zhAvatar de apachecn

    apachecn/apachecn-algo-zh

    11,140Voir sur GitHub↗

    This project is an algorithm study resource, a centralized LeetCode solution repository, and a technical interview study guide. It provides Chinese translations of textbooks and guides on data structures and algorithms for academic study and professional preparation. The project distinguishes itself by delivering multi-language solution repositories and translated academic materials through a static site generation model. This architecture enables compile-time content translation and offline-first delivery of educational assets as static files. The repository covers a wide range of algorithm

    Implements a solver that identifies unique quadruplets summing to a target value using two pointers.

    JavaScriptalgorithmcodingdata-structure
    Voir sur GitHub↗11,140
  • coells/100daysAvatar de coells

    coells/100days

    7,488Voir sur GitHub↗

    This project is a comprehensive collection of computer science implementations and an algorithm tutorial repository. It serves as a study guide and reference for competitive programming, providing executable code examples that demonstrate fundamental algorithmic problem solving and mathematical computation. The library covers a wide range of specialized domains, including cryptography and security primitives, lossless data compression techniques, and computational geometry for spatial analysis. It also features implementations of machine learning models, linear algebra operations, and formal

    Implements an algorithm to locate all unique quadruplets in an array that sum to a specific target value.

    Jupyter Notebook
    Voir sur GitHub↗7,488
  1. Home
  2. Software Engineering & Architecture
  3. Combination Sum Algorithms
  4. Four-Sum Solvers