三层嵌套循环-->二层嵌套循环-->分治递归-->动态规划
mingw32-make: Nothing to be done for `all'. Debug/Algorithm20100117.exe F3 Methods( O(N^3) )-->20 F2 Methods( O(N^2) )-->20 DP Methods( O(N) )-->20 DC Methods(O(NlogN))-->20
三层嵌套循环-->二层嵌套循环-->分治递归-->动态规划
mingw32-make: Nothing to be done for `all'. Debug/Algorithm20100117.exe F3 Methods( O(N^3) )-->20 F2 Methods( O(N^2) )-->20 DP Methods( O(N) )-->20 DC Methods(O(NlogN))-->20