Search found 1 match

by light1k5
Sun Jun 28, 2015 11:35 am
Forum: Volume 11 (1100-1199)
Topic: 1197 - The Suspects
Replies: 8
Views: 5003

UVa 1197 - The Suspects : Wrong Answer

Below is my implementation to keep track of the size of each tree in the disjoint set forest.

Can you please tell me what is wrong with it ? I am trying to solve UVa problem https://goo.gl/ZiQCyH

#include <iostream>
#include <cstdio>
#include <unordered_map>
using namespace std;

class Node ...

Go to advanced search