Skip to content

Greedy Algorithms

Lecture date: Friday, September 27, 2019

Synopsis

A nice class of algorithm can be solved simply by doing what it optimal locally.

  • Competitive Programming 3 section 3.4

Problem

Videos