Search found 1 match

by pilosofi
Sun Jan 05, 2014 7:49 pm
Forum: Volume 117 (11700-11799)
Topic: 11747 - Heavy Cycle Edges
Replies: 11
Views: 6899

UVA 11747

please help .. i can't found bug on my code.. i get WA on 11747 Uva problems..
my algorithm is use MST, and print all edges thats exclude from MST..

Here is my Code using MST

/*
pilosofi template c++
*/

#include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include ...

Go to advanced search