The convex hull of a shape is the smallest convex set that contains it. It can be visualized as a rubber band stretched around the shape, and is used in computational geometry to solve problems in mathematics, statistics, economics, and more. It can be solved in time O(n log n) for two or three dimensional point sets.
Carnegie Mellon University
Spring 2022
This course explores the design and analysis of algorithms, algorithmic modelling techniques, and their efficiency. It aims to provide tools for designing and analyzing personal algorithms, using various analytical tools and frameworks. Some advanced topics not commonly covered in textbooks are also taught.
No concepts data
+ 37 more concepts