In this Python Programming video tutorial you will learn about Linked List data structure in detail.

Data structure is a way of storing and organising the data so that it can be accessed effectively.
Linked List is a linear data structure made up of chain of nodes in which each node contains a data field and link or reference.

There are different types of linked list. Here we will discuss about 3 common types of linked list.

#python #programming #developer

Introduction To Linked List | Data Structure in Python
1.90 GEEK