Treeset

2 articles
tag: treeset 2 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
Algorithms

TreeSet / Binary Search Tree

Visual guide to TreeSet/BST: self-balancing trees, sorted operations. See insertions and rotations in real-time.

BstData StructureO(log N)+2 more
June 10, 2026
4 min