Saved Bookmarks
| 1. |
Explain the concept of binary search with example. |
|
Answer» A binary search TREE is a binary tree data STRUCTURE that works based on the principle of b8nary search. The recirds of the tree are arranged in sorted order, and each record inthe tree can be searched using 8n algorithm similar to binary search, TAKING on AVERAGE logarithmic time. |
|