linked_list

What is linked list ?

Linked list is an linear data structure, which consists of a group of nodes in a sequence, which dynamic length. A linked list is where I store data in linear from.

Pros and cons

Types of linked list

Time complexity

see big_o_notation_cs

other resources

https://leetcode.com/discuss/post/1800120/become-master-in-linked-list-by-hi-malik-qvdr/

backlinks