Algorithms of One Way Linked List
- Algorithm to Traverse a Linked List
- Algorithm to Reverse a Linked List
- Algorithm to Insert Item as First Node
- Algorithm to Insert Item as Last Node
- Algorithm to Insert Item After a Specific Node
- Algorithm to Insert Item into Sorted Linked List
- Algorithm to Delete a First Node
- Algorithm to Delete a Last Node
- Algorithm to Delete any Specific Node
- Algorithm to Search an Item in an Unsorted Linked List
- Algorithm to Search an Item in a Sorted Linked List