update
This commit is contained in:
13
dynamic programming definition by Floyd.md
Normal file
13
dynamic programming definition by Floyd.md
Normal file
@@ -0,0 +1,13 @@
|
||||
author::
|
||||
source:: [[floydParadigmsProgramming1979]]
|
||||
date::2024-02-02
|
||||
#source
|
||||
|
||||
> The dynamic programming paradigm solves a problem for given input by first iteratively solving it for all smaller inputs.
|
||||
|
||||
|
||||
## Notes personnelles
|
||||
|
||||
- le problème est résolu en commencant par résoudre itérativement les cas plus simples
|
||||
|
||||
|
Reference in New Issue
Block a user