Search found 1 match

by GavinLan
Wed Apr 27, 2005 8:09 am
Forum: Volume 100 (10000-10099)
Topic: 10034 - Freckles
Replies: 101
Views: 48967

10034Freckles keeps WA! Any help for me?

My 10034 Freckles keeps WA. I use Kruskal algorithm to solve the mini span tree, But I really can't findout the bugs. Any One can help me ? Thanks very much. My code follow:

#include<iostream.h>
#include<math.h>
#include<iomanip.h>

struct sPoint
{
double x, y;
};
struct edgenode
{
int head ...

Go to advanced search