Data Structures and Algorithms

My reading journal for Code Fellows

Data Structures and Algorithms

Videos


Basic Recursion

Data Structures in 15 minutes

Big O Explained

Readings


Basic Data Structures

Why Big O?

Discussion Questions


What is 1 of the more important things you should consider when deciding which data structure is best suited to solve a particular problem?

How can we ensure that we’ll avoid an infinite recursive call stack?

Things I want to know more about