We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274704 commit 4e728e9Copy full SHA for 4e728e9
src/c/MaxMinRecursivo.c
@@ -1,7 +1,6 @@
1
/*
2
* Exemplo de algoritmo recursivo.
3
* Objetivo: encontrar o valor máximo e mínimo em um vetor, utilizando recursividade
4
-* Kelvin Salton do Prado - 2015
5
*/
6
7
#include <stdio.h>
0 commit comments