# algorithmic_optimization > Orderings based on classic algorithm design paradigms: greedy, - Author: Benjamin Ward - Repository: benjam3n/GOSM - Version: 20260127091712 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/benjam3n/GOSM - Web: https://mule.run/skillshub/@@benjam3n/GOSM~algorithmic_optimization:20260127091712 --- --- name: algorithmic_optimization description: "Orderings based on classic algorithm design paradigms: greedy," --- # Algorithmic Optimization ## Overview Orderings based on classic algorithm design paradigms: greedy, dynamic programming, divide-and-conquer, and branch-and-bound. Use when problems have optimal substructure or can be decomposed. --- **Input**: $ARGUMENTS Apply this procedure to the input provided.