Sortedset

1 article
tag: sortedset 1 published articles
Java

TreeSet and NavigableSet

Master sorted set operations using Red-Black trees, NavigableSet methods (ceiling, floor, higher, lower), and when logarithmic complexity beats constant-time hashing.

JavaNavigablesetRed-black Tree+2 more
June 10, 2026
19 min