From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- es-es/asymptotic-notation-es.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'es-es/asymptotic-notation-es.html.markdown') 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? ``` -- cgit v1.2.3