Find the word definition

Wiktionary
p-complete

a. (context computing theory English) Describing any problem in the complexity class P to which there exists a polynomial time mapping from any other problem in P. n. (context computing theory English) The set of such problems.

Wikipedia
P-complete

In complexity theory, a decision problem is P-complete ( complete for the complexity class P) if it is in P and every problem in P can be reduced to it by an appropriate reduction.

The notion of P-complete decision problems is useful in the analysis of:

  • which problems are difficult to parallelize effectively,
  • which problems are difficult to solve in limited space.

The specific type of reduction used varies and may affect the exact set of problems. If we use NC reductions, that is, reductions which can operate in polylogarithmic time on a parallel computer with a polynomial number of processors, then all P-complete problems lie outside NC and so cannot be effectively parallelized, under the unproven assumption that NCP. If we use the weaker log-space reduction, this remains true, but additionally we learn that all P-complete problems lie outside L under the weaker unproven assumption that LP. In this latter case the set P-complete may be smaller.