Closed BaichenRong closed 4 years ago
I might be stupid but I really don't understand what it means in this graph. Does that mean [3,1,0],[3,2] and[3,4] are 3 separated unions? Are we going to set up such a union by using find method only?
@BaichenRong according to the figure above, all keys end up being in the same set although how each key gets merged is different.
I might be stupid but I really don't understand what it means in this graph. Does that mean [3,1,0],[3,2] and[3,4] are 3 separated unions? Are we going to set up such a union by using find method only?