This document proposes using Voronoi diagrams to efficiently solve coverage problems in wireless sensor networks. It summarizes previous work that used algorithms with runtimes of O(n^2 log n) or O(n^3 log n) to determine if a region is k-covered by sensors. The document then presents the following contributions:
1) An O(n log n + nk^2) algorithm for 2D k-coverage with identical sensor ranges using k-th order Voronoi diagrams, improving on previous work when k = o(√n log n).
2) An O(n log n) algorithm for determining 1-coverage in 2D with non-identical ranges.
3