scispace - formally typeset
K

Kevin Matulef

Researcher at Tsinghua University

Publications -  16
Citations -  765

Kevin Matulef is an academic researcher from Tsinghua University. The author has contributed to research in topics: Property testing & Boolean function. The author has an hindex of 10, co-authored 16 publications receiving 732 citations. Previous affiliations of Kevin Matulef include Aarhus University & Massachusetts Institute of Technology.

Papers
More filters

Testing +/- 1-Weight Halfspaces

TL;DR: It is proved that nonadaptive algorithms must make Ω(log n) queries and complement this lower bound with a sublinear upper bound showing that O( √ n·poly( 1 )) queries suffice.
Proceedings Article

Finding the Maximum Area Parallelogram in a Convex Polygon

TL;DR: This work considers the problem of finding the maximum area parallelogram (MAP) inside a given convex polygon and proposes an algorithm for computing the MAP in an n-sided polygon in O(n 2 ) time.
Journal Article

Property Testing on Linked Lists.

TL;DR: This work defines a new property testing model for algorithms that do not have arbitrary query access to the input, but must instead traverse it in a manner that respects the underlying data structure in which it is stored, and studies the well-known monotonicity testing problem.
Book ChapterDOI

Testing (subclasses of) halfspaces

TL;DR: This work addresses the problem of testing whether a Boolean-valued function f is a halfspace, i.e. a function of the form f(x) = sgn(wċx-θ) and shows that testing natural subclasses of halfspace can be markedly harder; for the class of {-1, 1}-weight halfspaces, it is shown that a tester must make at least O(log n) queries.