Advantages of single linked list over doubly linked list

What are the dvantages of single linked list over doubly linked list?

E

Expert

Verified

Advantages of single linked list are as given below:

1. Reduces in storage space per linked list node

2. Easiest implementation

Advantages of double linked list are as follows:

1. Reduces in work while accessing a random node and

2. Reduces in work while inserting or deleting a node.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.