Ⓜ️What is a dynamic programming ?Ⓜ️
Ⓜ️What is a dynamic programming ?Ⓜ️
๐ขA DP is an algorithmic technique which is usually based on a recurrent formula and one (orsome)starting states.A sub-solution of the problem is constructed from previously found ones.DP solutions have a polynomial complexity which assures a much faster running time than other techniques like backtracking,brute-force etc.๐ข
๐ขA DP is an algorithmic technique which is usually based on a recurrent formula and one (orsome)starting states.A sub-solution of the problem is constructed from previously found ones.DP solutions have a polynomial complexity which assures a much faster running time than other techniques like backtracking,brute-force etc.๐ข