Notion Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
2Questions
1Company
2 Questions 1 Company
Showing 2 results
Notion
Medium
Software EngineerImplement text editor with undo/redo
Implement a text document with undo/redo based on this Python skeleton: class Operation: class InsertAtEndOperation(Operation): def __init__(self,...
Coding & Algorithms
0
0
Sep 6, 2025
Notion
Medium
Software EngineerDesign a text editor with undo/redo
Implement a text document editor that supports the following operations: insert(chars) appends characters to the end; delete(k) removes up to k charac...
Coding & Algorithms
0
0
Aug 13, 2025