Click here to Skip to main content
15,886,026 members
Articles / Programming Languages / C#

Simple Approach to Voronoi Diagrams

Rate me:
Please Sign up or sign in to vote.
4.99/5 (42 votes)
18 Nov 2020CPOL22 min read 91.7K   2.3K   65  
Discussion of simple variants of Voronoi diagram
In this article, we discuss simple variants of the Voronoi diagram using standard containers and algorithms that deliver better performance than the brute force approach.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Australia Australia
Vadim Stadnik has many years of experience of the development of innovative software products. He is the author of the book “Practical Algorithms on Large Datasets”, available on Amazon. His interests include computational mathematics, advanced data structures and algorithms, artificial intelligence and scientific programming.

Comments and Discussions