Computer Science, asked by prashh, 11 months ago

difference between single linked list and double Linked list

Answers

Answered by Plsanswerme
1
Single linked list is when one element contains/points to the address of the element on one side or after that element. In a double linked list, the element contains the contains/points to the address on both sides or before and after it.
Similar questions