User profile: keve

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:keve
History
Joined:
Number of posts:21
Latest posts:

Modification of Flood fill ???
can anyone help me with the two flower question. i m getting the above output from the given above ...

problem with implementing this question of codechef
@ghostrideriit have you done if so then please provide the pseudocode please

problem with implementing this question of codechef
has anyone done the two flower problem.

Modification of Flood fill ???
can anyone tell that what are changes have to made in the solution of this two flower question to ge...

Modification of Flood fill ???
#include <stdio.h> #include<math.h> int n,m,ct; int a[100][100]; void check(int i,int j) { if(a[i][j...