Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 248 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 248 Bytes

Linked List Undo Redo

A program that will store user inputs in a linked list data structure and allow the user to perform undo and redo operations.

undo : Retrieves the last information the user entered.

redo : Restores the last undo operation.