A simple interactive simulation for inserting, deleting, and sorting nodes in a linked list. This application allows users to visualize operations on a linked list with animations, including insertion, deletion, and sorting of nodes.
- Insert Nodes: Add nodes with user-specified values to the linked list.
- Delete Nodes: Remove nodes by their value.
- Sort Nodes: Sort the linked list in ascending order with animated visualization.
- Animations: Visualize the addition, deletion, and sorting of nodes with smooth animations for a better understanding of linked list operations.
- A modern web browser (e.g., Chrome, Firefox, Edge).
- Basic knowledge of HTML, CSS, and JavaScript.
-
Clone the Repository
git clone <repository-url> cd linked-list-simulation