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

The best explanation: Path compression ALGORITHM is performed during find operation and is independent of the strategy used to perform unions.



Discussion

No Comment Found

Related InterviewSolutions