- Add Nodes: Insert new nodes into the selected linked list.
- Delete Nodes: Remove nodes from the selected linked list by index.
- Reverse List: Reverse the order of nodes in the selected linked list.
- Sort List: Sort nodes in ascending or descending order.
- Merge Lists: Combine all linked lists into a single list.
- Visual Representation: Interactive visualization of linked lists with real-time updates.
- Multiple Lists: Support for multiple linked lists, selectable via mouse click.
- Clone the Repository:
git clone https://github.com/your-username/linked-list-visualizer.git cd linked-list-visualizer
2.Run the visualizer:
python -m src.main