1. Linked List Creation Algorithm:
2. Traverse node in Linked List Algorithm:
3. Algorithm To insert a node at the beginning of a Linked List:
5. Algorithm to insert node at the end of Linked List:
6. Algorithm to Delete last node in Linked List:
7. Algorithm for Deletion of the first node from a linked list:
8. Algorithm for Deletion on the basis of node number:
9. Deletion algorithm when information associated with a field of node is known:
10. Algorithm to insert node in a Linked list at desired place when information is known:
11. Linked List Searching Algorithm:
Tags:
data structure