Posts by Rafael Mattei • 83 points
2 posts
-
1
votes1
answer87
viewsQ: Program with Recursion in C
I need to make a program that is a game, where the user will input a number and I must determine if it is possible for the user to win the game through a printf saying "Yes" or "No", it is not…
-
7
votes2
answers275
viewsQ: Determine how many "islands" a matrix contains
I need to create a program that receives as input a matrix size (up to 300 by 300) and the matrix values that will be stored (can be only 1 or 0). I must determine the number of "islands" (clusters…