BackDSA1 reportSSnowflakeBrowser Tab History Data Structure0upvotesI was asked thisProblem Design a data structure that simulates browser tabs/history: open a tab (navigate to a page), close the current tab, and go back to the previous page. Example open(A), open(B), back() -> A, close() Constraints Up to 10^5 operations Define the close semantics (behaves like back, or drops the current tab entirely) Follow-ups(2)Hints0/3Show a hintDomainsBackend EngineerReport