Difficulty |
5 |
Reading material |
1. Explanation
Implement a class
The class should not restrict itself to a particular part of the plane. Instead, it should fill the entire (infinite) plane with an infinite number of points, thereby creating an infinitely large Voronoi diagram. |
Implement a class
The class should not restrict itself to a particular part of the 3D space. Instead, it should fill the entire "universe" with an infinite number of points, thereby creating an infinitely large Voronoi diagram. |
2. Evaluation
TODO