Polynomial Property Testing
By: Lior Gishboliner, Asaf Shapira
Potential Business Impact:
Tests computer data quickly without checking everything.
Property testers are fast, randomized "election polling"-type algorithms that determine if an input (e.g., graph or hypergraph) has a certain property or is $\varepsilon$-far from the property. In the dense graph model of property testing, it is known that many properties can be tested with query complexity that depends only on the error parameter $\varepsilon$ (and not on the size of the input), but the current bounds on the query complexity grow extremely quickly as a function of $1/\varepsilon$. Which properties can be tested efficiently, i.e., with $\mathrm{poly}(1/\varepsilon)$ queries? This survey presents the state of knowledge on this general question, as well as some key open problems.
Similar Papers
Testing Depth First Search Numbering
Data Structures and Algorithms
Finds how fast computers explore networks.
Computational Complexity in Property Testing
Computational Complexity
Makes computers check data faster than before.
Computational Complexity in Property Testing
Computational Complexity
Makes computers check data faster than before.