Glossary

`Stack` and `Queue` classes

the ones you built in this chapter. 2. **`UndoableAction` class** — a record that stores what was done (add or delete), which task was affected, and where it was in the list (for accurate restoration). 3. **New methods on `TaskFlow`:** `undo()`, `redo()`, `schedule_task()`, `process_next()`.

Learn More

Related Terms