Math, asked by mrsinghave8116, 1 year ago

A data structure is needed for storing a set of integers

Answers

Answered by devanshyadav0011
0

A data structure is required for storing a set of integers such that each of the following operations can be done in (log n) time, where n is the number of elements in the set. ... Since it's a BST, we can easily find out minimum element in O(nlogn).

Hope it helps you :) plz mark as brainliest

Similar questions