Single linked list over doubly linked list

Elucidate any two merits using Single linked list over doubly linked list and vice-versa?

E

Expert

Verified

Merits of single linked list:

1. Reduce in storage space per linked list node

2. Simpler in implementation

Merits of double linked list

1. Reduce in work when accessing random node

2. Reduce in work when inserting or deleting node

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.