1472.Design Browser History
Question Link:https://leetcode.com/problems/design-browser-history/
Explanation:
The question is asking to perform four operation basically :
BrowserHistory(string homepage) Initializes the object with the homepage of the browser.
void visit(string...
nehajain5667.hashnode.dev2 min read