Notion mobile engineer interviews focus on iOS or Android platform knowledge, memory management, offline-first architecture, and mobile-specific system design.
No verified questions yet for Notion.
cache = LRUCache(2), cache.put(1, 1), cache.put(2, 2), cache.get(1), cache.put(3, 3), cache.get(2), 1
-1 capacity of the cache will be at most 3000.s representing the current content of a document and a list of users where each user makes a change denoted by their name followed by their intended edit, return the final state of the document after all changes are applied.- Input: s: str, users: List[str]str - final state of the document.Example 1:Sign up for free to access walkthroughs, AI-generated questions, and more.
Get Started Free