polynomial-time algorithm

An algorithm whose running time is a polynomial function of the size of its input. In AI, polynomial-time algorithms are desirable for their efficiency as they scale better than exponential-time algorithms, aiming for feasible computation on large datasets.

6 papers