What problem does it solve?
This skill provides a structured mindset to tackle complex problems by systematically decomposing them into executable steps, selecting appropriate algorithmic paradigms, and guiding rigorous reasoning about resources and feasibility.
Core Features & Use Cases
- Decomposition into subproblems with clear interfaces and independent verification
- Guidance on paradigm selection: Divide-and-Conquer, Dynamic Programming, Greedy, Backtracking, and Randomized methods
- Complexity analysis and verification strategies, including worst/average-case considerations and proof techniques
- Feasibility assessment across P, NP-hard, and undecidable problems, with strategies for approximation, heuristics, or problem reformulation
- Practical workflow: designing efficient algorithms for research tasks, data analysis pipelines, and complex planning problems
Quick Start
Provide a problem statement and I will decompose it into subproblems and propose an algorithmic plan with complexity estimates.