What is the depth of any tree if the union operation is-03340
What is the depth of any tree if the union operation is performed by height?
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.4.
What is the depth of any tree if the union operation is performed by height?
O(N)
O(N log N)
O(log N)
O(M log N)