Pseudo-polynomial algorithm

Материал из WikiGrapp
Версия от 14:05, 17 июня 2011; Glk (обсуждение | вклад) (Новая страница: «'''Pseudo-polynomial algorithm'''--- псевдополиномиальный алгоритм. A numeric algorithm runs in pseudo-polynomial time, if its running t…»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Pseudo-polynomial algorithm--- псевдополиномиальный алгоритм. A numeric algorithm runs in pseudo-polynomial time, if its running time is polynomial in the numeric value of the input (which is exponential in the length of the input - its number of digits).

An NP-complete problem with known pseudo-polynomial time algorithms is called weakly \emph{NP-complete}. An NP-complete problem is called strongly \emph{NP-complete}, if it is proven that it cannot be solved by a pseudo-polynomial time algorithm. The strong/weak kinds of \emph{NP-hardness} are defined analogously.