reading-notes

Code Fellows courses Notes

This project is maintained by QamarAlkhatib

Class 05

Big O: Analysis of Algorithm Efficiency


Linked list

A Linked List is a sequence of Nodes that are connected/linked to each other. The most defining feature of a Linked List is that each Node references the next Node in the link.

Types of Linked List are:


resources that i like to share:

Data structures and algorithms youtube

Geeks for Geeks

LinkedList Animation by Y. Daniel Liang

And my favorite one is this:

VisuAlgo