We will go over what is a Linked List and how to create it. A Linked List is a series of Nodes connected by a reference to its memory location. A very important topic used in a lot of coding interviews.
If you like the video don't forget to leave a like and subscribe.