Day 1: Linked List - I
They can be grown & pruned.
What is Linked List?
Linked List is a non-contiguous data structure. The singly linked list is a linear data structure in which each list element contains a pointer that points to the next element in the list. Each eleme...
codewithyou.hashnode.dev11 min read