So what weighted quick union is is connecting two trees together and always making the smaller tree the child of the bigger tree. So if I have this graph: tree
then is it possible to make this graph by performing weighted quick union on a bunch of 1 node graphs and connecting them together. I'm trying to figure this out but if the smaller tree always has to be the child of the bigger tree and how you always have to connect the root of one tree to the root of the other tree, I don't see how this can be done. Does anyone thing it's possible to do this or can you not make a tree like that with weighted quick union?
It is impossible.
Hint:
I hope this helps $\ddot\smile$