Linked List
Linked List
_____________________________________________________________
Simple Linked List
Traversal:
Algorithm
Code
Examples
Searching:
Algorithm
Code
Insertion:
Algorithm
Code
Deletion:
Algorithm
Code
Sorting:
Algorithm
Code
Merging:
Algorithm
Code
_____________________________________________________________
Doubly Linked List
Traversal:
Algorithm
Code
Searching:
Algorithm
Code
Insertion:
Algorithm
Code
Deletion:
Algorithm
Code
Sorting:
Algorithm
Code
Merging:
Algorithm
Code
_____________________________________________________________
Circular Linked List
Traversal:
Algorithm
Code
Searching:
Algorithm
Code
Insertion:
Algorithm
Code
Deletion:
Algorithm
Code
Sorting:
Algorithm
Code
Merging:
Algorithm
Code
_____________________________________________________________
Comments
Post a Comment