Search found 1 match

by vinaychander
Tue May 22, 2007 8:45 pm
Forum: Volume 1 (100-199)
Topic: 125 - Numbering Paths
Replies: 56
Views: 11387

need help in debugging a code !

i am attempting to solve problem number 125 : numbering paths..
i am getting a wrong anwer..
could ny of u pls help me out???

#include<stdio.h>
#include<stdlib.h>
#define G 1
#define W 0
#define B 2
int func(int i,int j,int **graph,int **out,int *visited,int max);
void init(int **arr);
void reset ...

Go to advanced search