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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesDynamic Programming Techniques

Problem-solving approach that breaks problems into overlapping subproblems and caches results to avoid redundant computation.

Distinct from Knapsack Problem Solving: No candidate covers general dynamic programming; closest candidates focus on specific problem types like knapsack.

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

Awesome Dynamic Programming Techniques GitHub Repositories

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

    mandliya/algorithms_and_data_structures

    6,145GitHub पर देखें↗

    This project is a comprehensive collection of C++ libraries and toolkits providing reference implementations for data structures, graph algorithms, and bitwise logic. It serves as a C++ algorithm reference containing over 180 solved coding problems and a specialized toolkit for competitive programming. The repository distinguishes itself through extensive low-level bit manipulation libraries for parity checks, endianness detection, and XOR-based logic. It also provides a wide array of reference solutions for complex algorithmic challenges involving backtracking, graph theory, and dynamic prog

    Implements optimization and combinatorial problems using C++ memoization and tabular techniques.

    C++algorithmbit-manipulationc
    GitHub पर देखें↗6,145
  • teivah/algodeckteivah का अवतार

    teivah/algodeck

    5,819GitHub पर देखें↗

    Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for

    Covers dynamic programming techniques with memoization and tabulation for interview prep.

    HTML
    GitHub पर देखें↗5,819
  • awangdev/leet-codeawangdev का अवतार

    awangdev/leet-code

    4,344GitHub पर देखें↗

    यह प्रोजेक्ट एल्गोरिथम पैटर्न, डेटा संरचना कार्यान्वयन और सिस्टम डिज़ाइन नोट्स का एक क्यूरेटेड संदर्भ पुस्तकालय है। यह एक Java एल्गोरिथम समस्या सेट और एक प्रतिस्पर्धी प्रोग्रामिंग गाइड के रूप में कार्य करता है, जो LeetCode और LintCode जैसे प्लेटफ़ॉर्म से कोडिंग चुनौतियों के लिए समाधानों का संग्रह प्रदान करता है। यह लाइब्रेरी उन्नत डेटा संरचनाओं और एल्गोरिथम रणनीतियों के लिए Java कार्यान्वयन के अपने व्यापक सेट द्वारा प्रतिष्ठित है। इसमें समय और स्थान जटिलता विश्लेषण के साथ जटिल समस्याओं को हल करने के लिए विस्तृत संदर्भ शामिल हैं। यह प्रोजेक्ट कंप्यूटर विज्ञान के मूल सिद्धांतों की एक विस्तृत सतह को कवर करता है, जिसमें एल्गोरिथम डिज़ाइन, डेटा संरचना कार्यान्वयन और सिस्टम डिज़ाइन शामिल हैं। इसकी सामग्री ग्राफ़ सिद्धांत, डायनेमिक प्रोग्रामिंग, खोज और ऑप्टिमाइज़ेशन, और रैखिक डेटा प्रसंस्करण तकनीकों तक फैली हुई है। इसमें इंफ्रास्ट्रक्चर स्केलेबिलिटी, प्रदर्शन कैशिंग और सॉफ़्टवेयर आर्किटेक्चर पैटर्न पर नोट्स भी शामिल हैं।

    Implements a problem-solving approach that breaks problems into overlapping subproblems and caches results.

    Javaalgorithmdynamicprogrammingjava
    GitHub पर देखें↗4,344
  • marcosfede/algorithmsmarcosfede का अवतार

    marcosfede/algorithms

    1,132GitHub पर देखें↗

    This project is a comprehensive repository of fundamental computer science algorithms and data structures designed as a reference for academic study, technical interview preparation, and competitive programming. It provides standardized implementations of core computational strategies, serving as an educational resource for developers to master software engineering fundamentals and algorithmic problem-solving. The collection distinguishes itself through a multi-language approach, offering cross-language solutions for complex tasks ranging from graph traversal and dynamic programming to bitwis

    Implements classic algorithmic challenges to demonstrate efficient problem-solving techniques for complex computational tasks.

    Pythonalgorithmbfscompetitive-programming
    GitHub पर देखें↗1,132
  1. Home
  2. Software Engineering & Architecture
  3. Dynamic Programming Techniques

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

  • Classic Problem ImplementationsStandardized solutions for classic dynamic programming challenges like knapsack and coin change. **Distinct from Dynamic Programming Techniques:** Distinct from Dynamic Programming Techniques: focuses on the implementation of specific classic problems rather than the general paradigm.