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
·

8 dépôts

Awesome GitHub RepositoriesProblem Decomposition Frameworks

Logical methods for breaking down ambiguous technical challenges into manageable, systematic components.

Distinct from Recursive Problem Solving: Distinct from recursive problem solving: focuses on the high-level decomposition of ambiguous business or technical issues rather than algorithmic recursion.

Explore 8 awesome GitHub repositories matching education & learning resources · Problem Decomposition Frameworks. Refine with filters or upvote what's useful.

Awesome Problem Decomposition Frameworks 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.
  • ryanhanwu/how-to-ask-questions-the-smart-wayAvatar de ryanhanwu

    ryanhanwu/How-To-Ask-Questions-The-Smart-Way

    35,230Voir sur GitHub↗

    This project is a technical communication guide and developer support manual designed to help users frame high-quality technical questions to obtain helpful answers from online communities. It provides a structured troubleshooting framework for isolating problems and searching archives before requesting assistance from subject matter experts. The guide covers professional social norms and etiquette required to maintain a positive reputation within developer forums. It includes instructions on managing community interactions and following up after resolutions to handle technical social interac

    Provides a structured framework for isolating technical problems and decomposing them before seeking help.

    JavaScriptrtfmstfwtranslation
    Voir sur GitHub↗35,230
  • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Voir sur GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Provides logical methods for breaking down ambiguous technical challenges into manageable components.

    Shellai-agent-frameworkai-agent-toolsai-agents
    Voir sur GitHub↗21,906
  • pengsida/learning_researchAvatar de pengsida

    pengsida/learning_research

    12,689Voir sur GitHub↗

    This project is an academic research framework and PhD mentorship roadmap designed to guide the transition from basic technical concepts to independent scientific research. It serves as a research workflow guide and project management system for identifying scientific problems, designing technical solutions, and executing experiments for academic publication. The system provides a structured methodology for translating long-term scientific objectives into actionable roadmaps, publications, and technical milestones. It includes a scientific writing guide and a set of presentation toolkits cont

    Breaks complex scientific workflows into discrete, repeatable steps including problem identification and peer review.

    Voir sur GitHub↗12,689
  • ssherun/cs-xmind-noteAvatar de SSHeRun

    SSHeRun/CS-Xmind-Note

    10,263Voir sur GitHub↗

    CS-Xmind-Note is a collection of structured mind maps and conceptual diagrams serving as a comprehensive knowledge base for computer science fundamentals. It functions as an academic reference and study guide, organizing core subjects into a visual mapping of interdependent technical concepts. The project utilizes an XMind-compatible schema to model complex domains through hierarchical nodes and relational concept mapping. This approach allows for the visual representation of technical layers, linking hardware specifications to software abstractions. The knowledge base covers several primary

    Provides a structured breakdown of academic subjects into discrete modules for targeted computer science study.

    Voir sur GitHub↗10,263
  • alexeygrigorev/data-science-interviewsAvatar de alexeygrigorev

    alexeygrigorev/data-science-interviews

    10,043Voir sur GitHub↗

    This project is a curated knowledge repository providing theoretical guides, practical challenge banks, and professional handbooks for technical interview preparation in data science and machine learning. It serves as a comprehensive study resource that combines theoretical knowledge with algorithmic practice. The repository features specialized study resources including a probability and statistics handbook, a machine learning reference for algorithms and neural network architectures, and a coding and SQL challenge bank designed to simulate recruitment assignments. It also includes a technic

    Organizes technical preparation into distinct thematic silos such as SQL, Python, and Linear Models.

    HTML
    Voir sur GitHub↗10,043
  • roboticcam/machine-learning-notesAvatar de roboticcam

    roboticcam/machine-learning-notes

    9,582Voir sur GitHub↗

    This project is a machine learning study guide and technical knowledge base. It serves as a version-controlled repository of mathematical formulas and algorithmic explanations, providing instructional material and reference notes for the study of artificial intelligence. The content is structured as a markdown-based knowledge base that pairs theoretical mathematical explanations directly with code implementations. This approach demonstrates model mechanics in practice across several specialized domains, including deep learning research, probabilistic graphical modeling, and reinforcement lear

    Breaks complex subjects like 3D vision and probabilistic inference into discrete notes for incremental learning.

    Jupyter Notebook
    Voir sur GitHub↗9,582
  • jonkrohn/ml-foundationsAvatar de jonkrohn

    jonkrohn/ML-foundations

    4,772Voir sur GitHub↗

    ML-foundations est un curriculum éducatif en machine learning et un guide d'étude en informatique. Il fournit un chemin d'apprentissage structuré axé sur les fondements mathématiques et les prérequis computationnels nécessaires pour étudier le machine learning. Le projet sert de cours de mathématiques Python, délivrant des notebooks interactifs et des exercices de codage pour enseigner l'algèbre linéaire, le calcul et les statistiques. Il traduit des formules mathématiques abstraites en code algorithmique concret pour aider les apprenants à comprendre les principes sous-jacents aux algorithmes de machine learning. Le curriculum couvre les prérequis en science des données et les concepts de programmation fondamentaux via un apprentissage interactif basé sur des notebooks. Il utilise une décomposition modulaire des sujets pour organiser les matières dans des répertoires isolés pour une étude indépendante.

    Organizes mathematical concepts into isolated directories by subject for structured, independent study.

    Jupyter Notebookcalculuscomputer-sciencedata-science
    Voir sur GitHub↗4,772
  • lovebabbar/codehelp-dsa-busted-seriesAvatar de loveBabbar

    loveBabbar/CodeHelp-DSA-Busted-Series

    3,742Voir sur GitHub↗

    This project is a computer science education resource and data structures and algorithms implementation library. It provides a structured collection of solved programming exercises and logic templates designed for educational study and technical interview preparation. The repository functions as an algorithmic pattern reference and study guide, offering a curated set of standard implementations used in software engineering coding assessments. It focuses on the practical application of core programming concepts to help students understand how to organize data and solve complex computational pr

    Organizes complex data structures into standalone files to facilitate isolated study and testing.

    C++
    Voir sur GitHub↗3,742
  1. Home
  2. Education & Learning Resources
  3. Technical Domain Education
  4. Computer Science Education
  5. Algorithmic Problem Solving
  6. Recursive Problem Solving
  7. Problem Decomposition Frameworks

Explorer les sous-tags

  • Code-Level DecompositionsOrganizing complex data structures into individual files for isolated study and verification. **Distinct from Problem Decomposition Frameworks:** Focuses on physical file-level organization of code for study rather than high-level logical problem-solving frameworks.
  • Scientific Workflow Decomposition1 sous-tagMethods for breaking down the academic research lifecycle into repeatable operational steps. **Distinct from Problem Decomposition Frameworks:** Specific to the research lifecycle (ideation to publication) rather than general technical or algorithmic problem decomposition.