Upwork interview question

Label Tracking System — Build a physical server label tracking system with attach/detach functionality. Used two HashMaps (next label counter per host type + detached labels queue) + priority queue. O(log n) time, O(m) space.