Ugly Number II (LC 264) — Min-Heap + HashSet (Medium)What is an ugly number? Solve n-th ugly number (2,3,5) with PriorityQueue + HashSet dedupe. O(n log n). Step-by-step—practice now.