Skip to content

Files

Latest commit

author
precisecharmer
Oct 4, 2022
6064790 · Oct 4, 2022

History

History

disjoint set - Copy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 4, 2022
Oct 4, 2022
This section is for Disjoint set data structure


First one is basic one which adds first over second whithout any optimisation

second one sees height of tree and add according to that

Third one makes average time complexity <= 4 because it makes parent of every node as root during any normal find function