...

/

Basic Linked List Operations

Basic Linked List Operations

This lesson lists the various operations that can be performed on linked lists

We'll cover the following...

The primary operations which are generally a part of the LinkedList class are listed below:

  • insertAtTail(data) - inserts an element at the end of the linked list
  • insertAtHead(data) - inserts an element at the start/head of the linked list
...
Access this course and 1400+ top-rated courses and projects.