0
1.3kviews
Explain the operations of circularly linked lists
1 Answer
0
53views

Basic Operations

Following are the important operations supported by a circular list.

  • insert − Insert an element at the start of the list.
  • delete − Deletes an element from the start of the list.
  • display − Displays the list.

Insertion Operation

The following code demonstrates the insertion operation in a …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.