Signing you in…

TreeSet and SortedSet/NavigableSet Interfaces

TreeSet is a Set implementation backed by a Red-Black Tree. Elements are always stored in sorted order and all operations are O(log n). TreeSet implements NavigableSet (which extends SortedSet), providing a rich API for navigating sorted data.

The SortedSet<E> Interface
Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.