summaryrefslogtreecommitdiffhomepage
path: root/es-es/asymptotic-notation-es.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'es-es/asymptotic-notation-es.html.markdown')
-rw-r--r--es-es/asymptotic-notation-es.html.markdown1
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 3507429c..7ee21c6d 100644
--- a/es-es/asymptotic-notation-es.html.markdown
+++ b/es-es/asymptotic-notation-es.html.markdown
@@ -117,6 +117,7 @@ Echemos un vistazo a la definición de O-grande.
```
3log n + 100 <= c * log n
```
+
¿Hay alguna constante c que satisface esto para todo n?
```