Algoritmo {{{1}}} |
{{{2}}} |
Esta plantilla se usa así:
{{Algoritmo|Título o descripción| Instrucciones |ID (opcional)|Complejidad (opcional)}}
{{Algoritmo|Sucesión de Fibonacci| '''función''' <math>{\it fib}(n)\,</math> :<math>(i,j)\gets (1,0)</math> :'''para''' <math>k\,</math> desde <math>1\,</math> hasta <math>n\,</math> '''haga''' ::<math>(i,j)\gets (i,i+j)</math> :'''devuelva''' <math>j\,</math> |1|<math>O(n)</math>}}
Genera:
Algoritmo 1 Sucesión de Fibonacci (Complejidad ) |
función
|
Mientras que
Este es un texto que contiene un vínculo hacia el algoritmo {{Algref|1}}
Genera:
Este es un texto que contiene un vínculo hacia el algoritmo
{{Algref}}
{{Ficha de algoritmo}}