Skip to content

Personal notes for complexity course (ITAM 2020-2)

Notifications You must be signed in to change notification settings

savrgg/MsCS_complejidad

Repository files navigation

MsCS_complejidad

Course notes for complexity course (part1: Algorithm analysis) imparted by Rodolfo Conde @ Autumn 2020 - ITAM

Course content:

  1. Algorithms Introduction
  2. Algorithms Correctness
  3. Asympthotic Notation
  4. Sorting Algorithms
  5. Divide & Conquer
  6. Greedy Algorithms
  7. Dynamic Programming