Applications of binary search trees.

What is the applications of binary search tree?

1 Like

Hi

  1. used to efficiently store data in sorted form in order to access and search stored elements quickly

  2. They can be used to represent arithmetic expressions (Refer here for more info )

  3. BST used in Unix kernels for managing a set of virtual memory areas (VMAs).

2 Likes
1 Like