reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

Code Fellows Python 401

Read: Data Structure and Analysis - Linked Lists

Linked List - A data structure that contains nodes that links/points to the next node in the list.

Big O(oh) notation is used to describe the efficiency of an algorithm or function.

Resources

Big O: Analysis of Algorithm Efficiency Linked Lists What’s a Linked List, Anyway pt1 What’s a Linked List, Anyway pt2