Ⓜ️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 REST? A Comprehensive Guide for Software Developers