Amazon Interview Question

implement a test editor class, with the ability to write remove letters change cursor position and control-z control-y

Interview Answer

Anonymous

Mar 31, 2025

expected answer was to put it in a list and cursor positon than have function with remove and add and change positon, and 2 stacks one for control-z one for control-y. I didnt implement it well.