Search found 1 match

by helper
Fri Feb 11, 2011 3:37 pm
Forum: Volume 4 (400-499)
Topic: 459 - Graph Connectivity
Replies: 133
Views: 58163

Re: 459 - Graph Connectivity

The input format for this problem is really very confusing ... i spend lot of time in this .. i am posting my way of taking input for someone's help



#include<stdio.h>
#include<stdlib.h>

int parent[1000];
int node[150];
char s[100000];

void reset(int n);

int main(){

int i,j,k,test,count,n ...

Go to advanced search