1.

Which operation find the value associated with a given key?(a) Insert(b) Find Next(c) Look up(d) DeleteI would like to ask this question from Trees in portion Trees of Data Structures & Algorithms II got this question in an interview.

Answer»

Correct choice is (B) Find Next

Best explanation: This data STRUCTURE implements an ABSTRACT data TYPE called associative array for the given integer keys. Hence, to find the value associated with a given key, Look Up operation is PERFORMED.



Discussion

No Comment Found

Related InterviewSolutions