Smule interview question

What is the difference between HashSet and TreeSet?

Interview Answer

Anonymous

6 Sept 2019

The one is based on hash functions and the other is based on BSTs.