View on GitHub

ReadingNotes

Linked Lists

What is a linked list?

A linked list has the following properties:

advantage of a linked list

Types of Linked lists

There are a few different types of linked lists. But the most popular ones are: singly, doubly and circular.


Home