View on GitHub

reading-notes

My learning journal for Code Fellows

Class 1

Pain vs. Suffering

This reading really put me in the mindset that I need to remember to keep myself in for the next ten weeks. 301 was one of the hardest things I’ve ever done, and I expect 401 pulls even fewer punches. The fact that it is wildly hard, demeaning, and exhausting for everyone is a weirdly comforting thought. Again, the mentality that i’ve heard and really liked about this program is that you only really fail when you give up.

Big O Notation

Big O describes the worst case scenario of the execution time and spaced used by an algorithm.

Different levels of O:

Things I would like to know more about

I really didn’t understand the logarithms section of the reading. I think I understand how it parses through the information of a data set, but I’m not really too clear on how that factors into working through an algorithm.