Undergrad Complexity at CMU - Lecture 6: Problems in P

preview_player
Показать описание
Undergraduate Computational Complexity Theory
Lecture 6: Simulations and Turing Machine Variants

Carnegie Mellon Course 15-455, Spring 2017

Taught by Ryan O'Donnell

Suggested reading: Sipser Ch. 7.2 (about PATH, and RELPRIME if you like)

Рекомендации по теме
Комментарии
Автор

41:30 about runtime greedy-2COL. if you have traversed all edges there is no need to continue the algorithm, since any colouring of remaining vertices is acceptible. Hence, if you keep track on wich edges are traversed and allways start a component at a vertex with an edge, the compute time should only depend on the nr of edges... or am I missing something?

orvarl-o