unionfind icon indicating copy to clipboard operation
unionfind copied to clipboard

insert?

Open tommyjcarpenter opened this issue 6 years ago • 1 comments

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

tommyjcarpenter avatar Sep 03 '19 22:09 tommyjcarpenter

I followed this implementation https://www.cs.princeton.edu/~rs/AlgsDS07/01UnionFind.pdf

theodesp avatar Sep 04 '19 07:09 theodesp