David A. Tanzer
Higher complexity classes
In Part 6, we saw a program with quadratic complexity. The collection of all languages that can be decided in
time for some
is called P, for polynomial time complexity.
Now let’s consider languages that appear to require time that is exponential in the size of the input, and hence lie outside of P.
Here is a decision problem that is believed to be of this sort. Say you are given a description of a boolean circuit, involving AND, OR and...
Published on March 23, 2021 12:40