I want to know below objects usage:
HashSet hs = new HashSet();
TreeSet ts = new TreeSet();
Which one is more efficient in real-time scenarios?
I want to know below objects usage:
HashSet hs = new HashSet();
TreeSet ts = new TreeSet();
Which one is more efficient in real-time scenarios?