awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesPartition Problem Solving

Algorithms that determine if a set of numbers can be divided into subsets meeting specific sum criteria.

Distinct from Knapsack Problem Solving: Focuses specifically on the partition/subset-sum problem, which is a specific variant of combinatorial optimization.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Partition Problem Solving. Refine with filters or upvote what's useful.

Awesome Partition Problem Solving GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sharingsource/logicstack-leetcodeالصورة الرمزية لـ SharingSource

    SharingSource/LogicStack-LeetCode

    7,495عرض على 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

    Finds two numbers in an array that add up to a target using hash-map lookups.

    algorithminterview-practiceinterview-questions
    عرض على GitHub↗7,495
  • cloudevents/specالصورة الرمزية لـ cloudevents

    cloudevents/spec

    5,801عرض على GitHub↗

    CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT

    Defines how to number events within partitions for gap, duplicate, and ordering detection.

    Pythonserverlessspecification
    عرض على GitHub↗5,801
  • chanda-abdul/several-coding-patterns-for-solving-data-structures-and-algorithms-problems-during-interviewsالصورة الرمزية لـ Chanda-Abdul

    Chanda-Abdul/Several-Coding-Patterns-for-Solving-Data-Structures-and-Algorithms-Problems-during-Interviews

    4,129عرض على GitHub↗

    This repository is a curated guide and implementation library of coding patterns used to solve data structures and algorithms problems. It serves as a technical interview study resource, providing a comprehensive set of strategies and computational logic examples for optimizing time and space complexity. The project focuses on standardized algorithmic patterns, including sliding windows, two pointers, and dynamic programming. It features specific implementations for a wide range of challenges, such as LeetCode problem solutions and specialized techniques like cyclic sort and bitwise XOR opera

    Implements logic to determine if numerical sets can be partitioned into subsets meeting specific sum requirements.

    algorithmscoding-interviewsdata-structures
    عرض على GitHub↗4,129
  • morelinq/morelinqالصورة الرمزية لـ morelinq

    morelinq/MoreLINQ

    3,827عرض على GitHub↗

    MoreLINQ is a functional programming toolkit and extension library for .NET that augments LINQ to Objects with advanced operators for sequence manipulation and analysis. It provides a set of tools for declarative data transformation, leveraging lazy evaluation and composition to handle complex object sequences. The library is distinguished by its specialized capabilities for combinatorial generation, including the production of permutations, subsets, and Cartesian products. It also provides advanced sequence joining options, such as full, left, and right outer joins, and supports complex data

    Splits sequences into multiple sets based on predicates or keys.

    C#dotnetlinq
    عرض على GitHub↗3,827
  • hoanhan101/algoالصورة الرمزية لـ hoanhan101

    hoanhan101/algo

    3,678عرض على 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

    Determines if two distinct elements in a list add up to a target value using a hashmap for constant-time lookups.

    Go
    عرض على GitHub↗3,678
  • omonimus1/competitive-programmingالصورة الرمزية لـ omonimus1

    omonimus1/competitive-programming

    978عرض على GitHub↗

    يعمل هذا المستودع كمورد شامل للبرمجة التنافسية والتحضير للمقابلات التقنية. يوفر مجموعة منظمة من تنفيذات الكود المصدري لهياكل البيانات الأساسية ومشاكل الخوارزميات الكلاسيكية، المصممة لمساعدة المطورين على إتقان مفاهيم علوم الحاسوب الأساسية واستراتيجيات البرمجة الفعالة. بعيداً عن حل المشكلات القياسي، يتميز المشروع بدمج أنماط تصميم البرمجيات في تنفيذاته الخوارزمية. يوضح كيفية تطبيق الأنماط الهيكلية والسلوكية—مثل المزخرفات، والمراقبين، والسينغلتون—للحفاظ على كود نظيف وقابل للتوسيع. بالإضافة إلى ذلك، يغطي المستودع أنماط البرمجة المتزامنة، ويقدم أمثلة على إدارة تجمع الخيوط وتقنيات المزامنة للتعامل مع المهام كثيفة الموارد. تتضمن المجموعة مجموعة واسعة من المواد التعليمية، من تحليل التعقيد وقوالب حل المشكلات إلى تنفيذات محددة لاجتياز الرسوم البيانية، والبرمجة الديناميكية، واستعلامات النطاق. تم تنظيم هذه الموارد للمساعدة في كل من تعلم التقنيات الأساسية والممارسة للتقييمات التقنية المهنية.

    Determines optimal subset sums by splitting inputs and merging results to reduce complexity.

    C++algorithmalgorithms-and-data-structurescodechef-solutions
    عرض على GitHub↗978
  1. Home
  2. Software Engineering & Architecture
  3. Algorithmic Problem Solving
  4. Knapsack Problem Solving
  5. Partition Problem Solving

استكشف الوسوم الفرعية

  • Sequence Partitioning2 وسوم فرعيةAlgorithms for dividing sequences into optimal sub-segments based on specific constraints. **Distinct from Partition Problem Solving:** Broadens from specific subset-sum partition problems to general sequence partitioning like longest common subsequences
  • Two-Sum Solvers2 وسوم فرعيةAlgorithms that find two numbers in an array summing to a target value using hash maps for constant-time lookups. **Distinct from Partition Problem Solving:** Distinct from Partition Problem Solving: specifically targets the two-sum pair problem, not general subset-sum or partition problems.