Welcome to Brannon's Reading Notes!

This serves as my personal page to keep and update my reading notes for Code Fellows Courses 201, 301, and 401.

Reading 1

Pain and Suffering

Suffering is pain without purpose.

What will become possibly one of the most important and relevant reads of my Code Fellows career, this article pulls into focus the reason I am pursuing this path and the cost that comes with it. I’ve felt it already in 201 and 301, but I need to be reminded that this will be a difficult journey, but for a good cause. Growth is often painful, and this course is no exception.

Introduction to Big O Notation

What is Big O Notation?

Big O notation is used to denote the complexity of an algorithm, either based on the time it takes to execute or the amount of space it takes up.