Home/Coding Basics/Module 5: Algorithms & Testing

Module 5: Algorithms & Testing

Decomposition, complexity, classic algorithms, and tests.

  1. 1. Decomposition & Pseudocode
  2. 2. Big-O Intuition
  3. 3. Search & Sort Overview
  4. 4. Testing Basics