Алгоритмы и структуры данных 3. Динамическое программирование (продолжение)

Алгоритмы и структуры данных 3. Динамическое программирование (продолжение)01:20:16

Informazioni sul download e dettagli del video Алгоритмы и структуры данных 3. Динамическое программирование (продолжение)

Autore:

Лекторий ФПМИ

Pubblicato il:

24/02/2023

Visualizzazioni:

2.3K

Descrizione:

0:00 - The lecture begins with an introduction. 4:00 - Set-theoretic operations are discussed. 9:00 - The maximum clique problem in graphs is introduced. 10:30 - A solution with O(2^n * n^2) complexity is presented. 17:50 - A more efficient O(2^n * n) solution is shown. 22:55 - An O(2^n) solution is explained. 30:20 - An O(√2^n) solution is described. 52:10 - The chromatic number of a graph is covered.