todo app demonstrating swapping nodes in pair in a linked list
A simple console-based To-Do application built in Python that demonstrates linked list operations by swapping task–note pairs.
- Add tasks with notes
- Uses a singly linked list
- Swap task–note pairs in-place
- Simple console menu