AlgorithmTechnique解题三板斧解题三板斧 Recursion Divide the problem with n elements into 2 subproblems (n-1) and 1. The subproblem that deals with 1 element is the base case. Sorting Reverse (Stack)