Farthest Voronoi diagram in Java
I'm looking for a naive algorithm to find the farthest point of a Voronoi diagram. The dimensions of the input won't be big enough when I need something complex and since I can't find Java libraries.
I was hoping someone could describe a simple algorithm that shouldn't be too hard to compute?
thank
+2
source to share
2 answers