This implies that n is equivalent to a, and one can write, e.g., a or 3 equally well to access the fourth element of an array a.
Esto implica que n es equivalente a a, y se puede escribir, por ejemplo, a o 3 por igual para acceder al cuarto elemento de una matriz a.
This implies that n[a] is equivalent to a[n], and one can write, e.g., a or 3[a] equally well to access the fourth element of an array a.
Esto implica que n[a] es equivalente a a[n], y se puede escribir, por ejemplo, a o 3[a] por igual para acceder al cuarto elemento de una matriz a.
We search through the elements of array A from index low to index high.
Buscamos en los elementos del arreglo A desde el índice low hasta el high.
So, the first recursive call has given us array a,
Por tanto, la primera llamada recursiva nos dará un arreglo A,
Loads data into array A from the file denoted by filename.
Carga datos en la matriz A del archivo denotado por el nombre de archivo.
Description example C = char(A) converts array A into a character array.
Descripción ejemplo C = char(A) convierte la matriz A en una matriz de caracteres.
It returns the nth element in the array A. The first element has index 0.
Devuelve el n-ésimo elemento de la matriz A. El primer elemento tiene índice 0.
by scanning the initial array A just once from left to right,
y escaneando el arreglo inicial A solo una vez de izquierda a derecha,
I assume that we're given an array A of size n, and
Supón que nos dan un arreglo A de tamaño n,
So, we scan the array A from left to right, and whenever we see
Entonces, escaneamos el arreglo A de izquierda a derecha, y siempre que veamos
But recall that we're interested in the worst-case scenario, which for this program is for the array A to not contain the value.
Pero recuerde que estamos interesados en el peor escenario, el cual, para este programa, será cuando el array A no contenga el valor.
In the sorting problem, an array A of size n is given (sounds familiar?)
En este problema, un array de tamaño A nos es dado (¿le suena familiar?)
The following PHP program checks to see if a particular value exists within an array A of size n
El siguiente programa PHP chequea si existe un valor particular dentro de un array A de tamaño n