awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesDynamic Programming Solvers

Algorithmic implementations for solving optimization problems using memoization and recursive decomposition.

Distinct from Dynamic Programming: Focuses on algorithmic dynamic programming for interview preparation rather than educational theory or software dependency resolution.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Dynamic Programming Solvers. Refine with filters or upvote what's useful.

Awesome Dynamic Programming Solvers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • azl397985856/leetcodeazl397985856 का अवतार

    azl397985856/leetcode

    55,758GitHub पर देखें↗

    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 solves complex problems by defining states and creating transition equations to enumerate results.

    JavaScriptalgoalgorithmalgorithms
    GitHub पर देखें↗55,758
  • kodecocodes/swift-algorithm-clubkodecocodes का अवतार

    kodecocodes/swift-algorithm-club

    29,099GitHub पर देखें↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Provides algorithmic implementations for solving optimization problems using memoization and recursive decomposition.

    Swiftalgorithmsdata-structuresswift
    GitHub पर देखें↗29,099
  • wangzheng0822/algowangzheng0822 का अवतार

    wangzheng0822/algo

    23,159GitHub पर देखें↗

    This project is a data structures and algorithms library providing a collection of fifty standard code implementations for managing data and solving common computational problems. It serves as an algorithm implementation reference and study resource for educational use. The codebase covers graph theory implementations for modeling networks and performing searches, as well as string pattern matching libraries for the retrieval of character sequences. It includes a collection of hierarchical data structures, such as binary search trees and priority heaps, and provides optimized solutions for dy

    Implements optimization solutions using memoization and recursive decomposition.

    Python
    GitHub पर देखें↗23,159
  • mission-peace/interviewmission-peace का अवतार

    mission-peace/interview

    11,306GitHub पर देखें↗

    This project is a comprehensive library of reference implementations for fundamental data structures and algorithms, designed to support technical interview preparation and software engineering assessments. It provides a structured collection of computational techniques for solving complex problems involving arrays, strings, graphs, trees, and mathematical analysis. The library distinguishes itself by offering specialized implementations for advanced topics, including concurrent programming patterns and geometric algorithms. It features thread-safe primitives for managing shared state and tas

    Provides reference implementations for solving classic algorithmic challenges using dynamic programming techniques.

    Java
    GitHub पर देखें↗11,306
  1. Home
  2. Software Engineering & Architecture
  3. Dynamic Programming Solvers

सब-टैग एक्सप्लोर करें

  • Bitmask DPDynamic programming techniques using bitmasks to represent subsets of elements and optimize state space. **Distinct from Dynamic Programming Solvers:** Specializes dynamic programming solvers by focusing specifically on bitmask-based state compression for combinatorial problems.