# Read each problem and think about which paradigm to use.
# A quiz selecting one of 4 paradigms (BF, D&C, Greedy, DP) for each of 10 problems """Algorithm Paradigm Quiz - identify the best approach for each problem.""" ...