Linked List Data Structure
=
Insert
Delete
Enter value to add Node to the end of the Linked List
Enter value and index to add a node at a specific index
Click delete to delete the last node
Enter index to delete a node at specific index