top of page
Linked List
Information
This is a double-linked list which allows the user to insert a number either at the head, tail, or the middle. As well as to search inserted numbers, delete a number from the list, show the largest,smallest number and display the list in it's entirety. This is done using the switch-case method to create the menu of options for the user.
Code
Below is the link to the code on in a Google Document
​
bottom of page