Which of the following statement is NOT correct about find-03633
Which of the following statement is NOT correct 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 Mid Term - Quiz No.12.
Which of the following statement is NOT correct about find operation:
It is not a requirement that a find operation returns any specific name, just that finds on two elements return 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 same root, 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.