Sweep-Line Algorithm for Voronoi Diagrams
Offered By: CppNow via YouTube
Course Description
Overview
Explore an advanced algorithm for computing Voronoi diagrams of points and non-intersecting segments in the plane through this conference talk. Learn how the speakers extend Fortune's plane sweep algorithm to handle line segments while maintaining optimal O(n log n) time complexity. Discover applications of this algorithm in VLSI CAD and manufacturing CAM, including its ability to produce the medial axis of polygons. Gain insights into approaches for ensuring numerical robustness without sacrificing efficiency, and understand how the algorithm provides reliably correct results for integer coordinate inputs using robust predicates with lazy-exact arithmetic. Delve into the intricacies of computational geometry and algorithm design in this informative presentation from CppNow.
Syllabus
Simonson, Sydorchuk: Sweep-Line Algorithm for Voronoi Diagrams
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube