← All problemsSign in

3508. Implement Router

LeetCodeArrayHash TableBinary SearchDesignQueueOrdered SetOpen on judge ↗

Design a data structure that can efficiently manage data packets in a network router. Each data packet consists of the following attributes: - source: A unique identifier for the machine that generated the packet. - destination: A unique identifier for the target machine. - timestamp: The time at which the packet arrived at the router. Implement the Router class: Router(int memoryLimit): Init

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start