List the basic operations carried out in a linked list
4 years ago
Data Structure and Algorithm
The basic operations carried out in a linked list include:
- Creation of a list
- Insertion of a node
- Deletion of a node
- Modification of a node
- Traversal of the list
Sanisha Maharjan
Jan 23, 2022