Posts by L. Linhares • 11 points
2 posts
- 
		1 votes2 answers672 viewsQ: Recursive functionCan anyone help me with this recursive function? It’s for her to calculate the maximum common divisor between two numbers but I don’t know what’s wrong with my function. int mdc(int m, int n){ int… 
- 
		0 votes1 answer67 viewsQ: Split setsHello people need help with the following algorithm it must have as input an array where the user informs and the program shows the possible combinations, for example: input = [1,2,3] output = [… casked L. Linhares 11