Complete Intro to Computer Science

Complete Intro to Computer Science

Learning Paths:
8 hours, 59 minutes CC

Pass those difficult algorithms and data structures interview questions asked by the largest silicon valley companies. Even if you didn’t go to school for it, gain the advantages and skills a traditional computer science education can give you. We’ll tackle the big computer science concepts: Algorithms and Big O Analysis, Recursion, Sorting, Data Structures, AVL Trees, Binary Search Trees, Tree Traversals, and Path Finding.

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

Published: July 6, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Algorithm Analysis

Iterative Sorts

Recursive Sorts

Non-Comparison Sorts

Binary Search

Lists

Trees

Applying Tree Algorithms

Other Data Structures

Wrapping Up