Linear Programming and Half-Plane Intersection (3/5) | Computational Geometry - Lecture 04

preview_player
Показать описание
Computational Geometry
Lecture 04: Linear Programming and Half-Plane Intersection
Part III: Intersecting Convex Regions
Philipp Kindermann

Рекомендации по теме
Комментарии
Автор

The time to calculate the overlap of two polygons is O((n + I) log(n)) time. So why recurse and get log^2(n) time? What am I missing here?

TheClockmister