Skip to content

Latest commit

 

History

History
169 lines (152 loc) · 13.9 KB

fall_2020.md

File metadata and controls

169 lines (152 loc) · 13.9 KB

CS 3510: Design & Analysis of Algorithms

Welcome to the course page for CS 3510 in Fall 2020, Georgia Tech's undergraduate introductory course on algorithms.

Course Content

Below, DPV refers to the textbook of Dasgupta, Papdimitriou, and Vazirani.

Recurrences and Cryptography

Dynamic Programming

Graph Algorithms

Complexity Theory and NP-completeness

  • Day 22, Tuesday 11/3/2020: Introduction to NP theory. Reductions.
  • Day 23, Thursday 11/5/2020: Boolean satisfiability problems. SAT and 3-SAT.
    • Link to live session
    • Required Reading: DPV Chapter 8.3 (specifically, the reduction SAT to 3SAT).
    • Videos:
    • Homework 4B released, due Sunday 11/15 11pm
  • Day 24, Tuesday 11/10/2020: Graphs problems.
    • Link to live session
    • Required Reading: DPV Chapter 8.3 (specifically, the reductions from 3SAT to independent set(IS), and from IS to Clique and Vertex-Cover).
    • Videos:
  • Day 25, Thursday 11/12/2020: Knapsack.
  • Day 26, Tuesday 11/17/2020: Review for EXAM 4.
  • Day 27, Thursday 11/19/2020: EXAM 4
  • Day 28, Tuesday 11/24/2020: NO CLASS