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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apachecn/apachecn-algo-zhAvatar apachecn

    apachecn/apachecn-algo-zh

    11,140Vezi pe 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
    Vezi pe GitHub↗11,140
  • coells/100daysAvatar coells

    coells/100days

    7,488Vezi pe 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
    Vezi pe GitHub↗7,488
  1. Home
  2. Software Engineering & Architecture
  3. Combination Sum Algorithms
  4. Four-Sum Solvers