InterviewSolution
Saved Bookmarks
| 1. |
How many strategies are followed to solve a dynamic equivalence problem?(a) 1(b) 2(c) 3(d) 4Asked question is from Trees in section Trees of Data Structures & Algorithms IThe question was asked in an internship interview. |
|
Answer» RIGHT choice is (b) 2 The BEST I can explain: There are two strategies INVOLVED to SOLVE a dynamic equivalence problem- executing find instruction in worst-case time and executing union instruction in worst-case time. |
|