added translation (#27573)

* added translation

Added an extra translation for comment

* Update index.md
This commit is contained in:
Arturo Perez
2019-08-12 11:28:03 -07:00
committed by Randell Dawson
parent 712483a4a6
commit a836eb2ebe

View File

@ -60,7 +60,7 @@ Como ejemplo, podemos examinar la complejidad del tiempo del algoritmo [\[de cla
// Function to implement bubble sort
void bubble_sort(int array<a href='http://bigocheatsheet.com/' target='_blank' rel='nofollow'>], int n)
{
// Here n is the number of elements in array
// Aquí n es el número de elementos en la matriz
int temp;
for(int i = 0; i < n-1; i++)
{