Visit the project here: https://vonvista.github.io/Linked-List/
A web application visualizing the Linked List ADT (Abstract Data Structure). Built using Javascript and p5.js library for visuals
- Selection of five(5) types of Linked List namely Singly-Linked List, Singly-Linked List with Tail pointer, Stack using LL, Queue using LL, and Doubly-Linked List
- Linked List functions for Insertion and Deletion; At Head, Tail, or at a specific index (depends on the type of linked list)
- Adjustable node X distance and Y distance, as well as screen cut-off of linked list for compression
- Animation speed slider
- Circular Linked Lists
If there's any features you can suggest, feel free to let me know