Which of the following statement is NOT true about find-03312
Which of the following statement is NOT true about find operation :
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.1.
Which of the following statement is NOT true about find operation :
It is not a requirement that a find operation returns any specific name, just that finds on two elementsreturn the same answer if and only if they are in the same set.
One idea might be to use a tree to represent each set, since each element in a tree has the sameroot, thus the root can be used to name the set.
Initially each set contains one element.
initially each set contains one element and it does not make sense to make a tree of one node only.