Least-to-Most prompting breaks complex problems into simpler subproblems, solving each sequentially from easiest to hardest. Each solution builds on previous ones, creating a scaffold that makes the final problem tractable.
This technique is particularly effective for problems that have natural hierarchical decomposition.