Programming - Collection Of Frameworks - Discussion

You Are Here :: Home > JAVA > Collection Of Frameworks - Discussion

 



Q.

The TreeSet implementation provides guaranteed __________________ time cost for the basic operations                         


A. log(n) B. log(n+1)
C. log(n-1) D. log(1/n)

Answer: Option A
Explaination:

 


The TreeSet implementation provides guaranteed log(n) time cost for the basic operations




Discussion

Your Comments Goes here...
NameDiscussion