Hi, in this video, I have explained LeetCode problem 3508. Implement Router.
1. Explained the problem statements.
2. Shared intuition to implement each function and which data structure to use.
3. Shared C++ implementation.
Problem Link:- https://leetcode.com/problems/implement-router/description/
Code Link:- https://leetcode.com/problems/implement-router/submissions/1598177129/