1.

Associative arrays can be implemented using __________(a) B-tree(b) A doubly linked list(c) A single linked list(d) A self balancing binary search treeThe query is from Binary Trees topic in section Binary Trees of Data Structures & Algorithms II had been asked this question in final exam.

Answer»

The correct choice is (d) A self BALANCING binary search tree

Easiest EXPLANATION - ASSOCIATIVE arrays can be implemented using a self balancing binary search tree as the worst-case time performance of self – balancing binary search trees is O(log n).



Discussion

No Comment Found

Related InterviewSolutions