Node:
Case Study
Node:
Insertion:
Insertion a node in the first position.
Deletion:
Deletion the node from the first position.
Insert Last:
Insertion a node in the last position.
Delete Last:
Deletes the last node.
Insert After:
Insertion a node after the given node index.
Delete:
Deletion the node after the given node index.
Search:
Searches a URL in the linked list, and returns the index of the node (of the first matched instance).
Display:
Display the given node.
Following are the other required screenshot are as follow:
Searching a URL using the search function, and displays equivalent result.