Improved algorithm for computing diameter of convex polygons

DAI Haipeng,TANG Houjun
2011-01-01
Abstract:Computing the diameter of convex polygons is a fundamental problem in computational geometry.This paper presents an algorithm adopting dynamic planning and binary searching approach based on the algorithm developed by Preparate and Shamos.This algorithm needn't pretreatment for convex polygon and reduces the time complexity to O(n) level.Finally,an implement of the algorithm is given to verify the result of the theoretical analysis.The experimental results show that the algorithm has a high efficiency.
What problem does this paper attempt to address?