Ⓜ️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.๐Ÿ’ข

Popular posts from this blog

๐ŸŒ€ SMURF ATTACK ๐ŸŒ€

๐Ÿ”ฅHow to Create a Malicious PDF Using Metasploit for Ethical Hacking Practice❓

What is Backdoor