0
8.2kviews
Explain the operations of singly linked lists
1 Answer
written 3.0 years ago by |
There are various linked list operations that allow us to perform different actions on linked lists. For example, the insertion operation adds a new element to the linked list.
Here's a list of basic linked list operations