Four Semesters of Computer Science in 5 Hours

Four Semesters of Computer Science in 5 Hours

4 hours, 46 minutes CC

This course has been updated! We now recommend you take the Complete Intro to Computer Science course.

We're going to tackle some big topics in just five hours: Algorithms and Big O Analysis, Recursion, Sorting, Data Structures and Functional Programming. What? Is that even possible? We're sure as hell going to try! Since many of us are self taught and/or dropouts (myself included) we lack the advantages that a formal CS education can give. This additional theory can give us useful context to make tradeoffs in implementations and architectures.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: July 12, 2016
Get Unlimited Access Now
Table of Contents

Big O & Recursion

Sorting Algorithms

Data Structure Interfaces

Implementing Data Structures

Functional Programming 101