A C# simulation of a text editor's core logic. It uses Stacks to implement Undo/Redo operations and a Queue to process sequential text commands.
-
Updated
Mar 17, 2026 - C#
A C# simulation of a text editor's core logic. It uses Stacks to implement Undo/Redo operations and a Queue to process sequential text commands.
A React 19 state management study: Implementing complex counter logic with undo history using useReducer to maintain predictable state transitions and centralized logic.
Add a description, image, and links to the undo-redo-logic topic page so that developers can more easily learn about it.
To associate your repository with the undo-redo-logic topic, visit your repo's landing page and select "manage topics."