DS Reference Programs - Module 3

Linked Lists

Home > Courses > DS > Demo M3


Warning! You are warned against blindly copying the code statements. Read the code and understand the implementation. Then, try to do it yourself. Blindly re-typing the code statements is a waste of time & effort.

Table of contents:

2.1 Singly Linked List

2.2 Circular Linked List

2.3 Doubly Linked List

2.4 Circular Doubly Linked List