Skip to content

Commit 4e728e9

Browse files
removing MaxMinRecursivo.c author
1 parent 3274704 commit 4e728e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/c/MaxMinRecursivo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Exemplo de algoritmo recursivo.
33
* Objetivo: encontrar o valor máximo e mínimo em um vetor, utilizando recursividade
4-
* Kelvin Salton do Prado - 2015
54
*/
65

76
#include <stdio.h>

0 commit comments

Comments
 (0)