while finding the source parent and destination parent we have already called find() and have got souce parent and destination parent .
in the video when parent_of _src != parnt_of_destiantion
we have called union on both src parent and destination parent
but in union sir again called the find function to find out the parent (i think this is unnecesay )
i want to know whether this calling of find () in union is must or not