diff options
author | Martin Pacheco <mp19uy@gmail.com> | 2016-09-06 05:13:39 -0300 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-06 10:13:39 +0200 |
commit | b59e6fa07d1cd13951f9bbd54f9aaf31e0367943 (patch) | |
tree | fb010fb04075b3a7dd1449e6e6f79baac69367ab /es-es/asymptotic-notation-es.html.markdown | |
parent | ffba631fdd0413bbcde75d2d3791f679c7029d8e (diff) |
add new resource link (#2307)
The link is a PDF elaborated by teachers of the course "Programación 3" (Algorithms and Data Structures) with examples about calculating the order of an algorithm and other topics in the context of asymptotic notation.
This material is publicly listed here: https://eva.fing.edu.uy/pluginfile.php/95278/mod_resource/content/0/Apuntes%20sobre%20An%C3%A1lisis%20de%20Algoritmos.pdf but I uploaded it to Scribd because I know that the link could eventually change since it's hosted in a moodle platform and now and then the teachers change the location of the files.
Diffstat (limited to 'es-es/asymptotic-notation-es.html.markdown')
-rw-r--r-- | es-es/asymptotic-notation-es.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/es-es/asymptotic-notation-es.html.markdown b/es-es/asymptotic-notation-es.html.markdown index f3fe1614..3507429c 100644 --- a/es-es/asymptotic-notation-es.html.markdown +++ b/es-es/asymptotic-notation-es.html.markdown @@ -168,3 +168,4 @@ definiciones y ejemplos. * [MIT](http://web.mit.edu/16.070/www/lecture/big_o.pdf) * [KhanAcademy](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation) +* [Apuntes Facultad de IngenierÃa](https://www.scribd.com/document/317979564/Apuntes-Sobre-Analisis-de-Algoritmos) |