Computer Science, asked by lkjhv8489, 1 year ago

Which data structure to use for fastest search?

Answers

Answered by Anonymous
5
Self-balancing binary search tree
----------------------------------------------------------------------------------------------------------------

Self-balancing binary search tree is use for fastest search.

===================================================


1) It's search is O (log n)

2) And 2nd best is heap .
Answered by Anonymous
0
Heya,

your answer is here -

Self-balancing binary search tree

HOPE IT HELPS YOU
Similar questions