InterviewSolution
Saved Bookmarks
| 1. |
Path Compression algorithm performs in which of the following operations?(a) Create operation(b) Insert operation(c) Find operation(d) Delete operationThis interesting question is from Trees topic in portion Trees of Data Structures & Algorithms IThe question was asked by my college professor while I was bunking the class. |
|
Answer» Right CHOICE is (C) Find operation |
|