unionfind
unionfind copied to clipboard
insert?
how does one insert elements? What types are insertable?
i.e., compare to add in another implementation (python): https://raw.githubusercontent.com/deehzee/unionfind/master/unionfind.py
I followed this implementation https://www.cs.princeton.edu/~rs/AlgsDS07/01UnionFind.pdf