summaryrefslogtreecommitdiffhomepage
path: root/es-es/dynamic-programming-es.html.markdown
diff options
context:
space:
mode:
authorhugo <hugoagr@gmail.com>2017-07-15 12:41:50 -0700
committerhugo <hugoagr@gmail.com>2017-07-15 12:41:50 -0700
commit9148619a89f1ba523c71d9e0e2ff57fe7491321e (patch)
treeb59343bec29bce275a9cc75a4b641a699d3146b8 /es-es/dynamic-programming-es.html.markdown
parentad2f371471698668a780141a0406d9898d935e84 (diff)
famous problems formatting
Diffstat (limited to 'es-es/dynamic-programming-es.html.markdown')
-rw-r--r--es-es/dynamic-programming-es.html.markdown9
1 files changed, 3 insertions, 6 deletions
diff --git a/es-es/dynamic-programming-es.html.markdown b/es-es/dynamic-programming-es.html.markdown
index fb49dd99..e613b722 100644
--- a/es-es/dynamic-programming-es.html.markdown
+++ b/es-es/dynamic-programming-es.html.markdown
@@ -44,13 +44,10 @@ for i=0 to n-1
```
### Algunos problemas famosos de Programación Dinámica (DP).
-```
-Algoritmo Floyd Warshall(EN) - [Tutorial y código fuente del programa en C](http://www.thelearningpoint.net/computer-science/algorithms-all-to-all-shortest-paths-in-graphs---floyd-warshall-algorithm-with-c-program-source-code)
-
-Problema de la Mochila(EN) - [Tutorial y código fuente del programa en C](http://www.thelearningpoint.net/computer-science/algorithms-dynamic-programming---the-integer-knapsack-problem)
-
-Problema de Subsecuencia Común mas Larga(EN) - [Tutorial y código fuente del programa en C](http://www.thelearningpoint.net/computer-science/algorithms-dynamic-programming---longest-common-subsequence)
+- Algoritmo Floyd Warshall(EN) - [Tutorial y código fuente del programa en C](http://www.thelearningpoint.net/computer-science/algorithms-all-to-all-shortest-paths-in-graphs---floyd-warshall-algorithm-with-c-program-source-code)
+- Problema de la Mochila(EN) - [Tutorial y código fuente del programa en C](http://www.thelearningpoint.net/computer-science/algorithms-dynamic-programming---the-integer-knapsack-problem)
+- Problema de Subsecuencia Común mas Larga(EN) - [Tutorial y código fuente del programa en C](http://www.thelearningpoint.net/computer-science/algorithms-dynamic-programming---longest-common-subsequence)
## Recursos en línea