Published online by Cambridge University Press: 05 October 2013
The reader looking here for working codes may be disappointed. The problem of how to compute the convex hull of n points in optimal time is viewed mostly through a theoretical lens. Optimality is understood here in a worst-case setting: Given n points in Rd, the convex hull is a polytope with O(n[d/2]) faces, and possibly as many as that. It is well known that computing the polytope entails sorting, so the complexity we are aiming for is O(n log n + n + n[d/2]). To approach this complexity is reasonably easy, but to design an optimal deterministic algorithm is surprisingly challenging. In this chapter we do just that.
The algorithm is to this day the most sophisticated example of derandomization in computational geometry. It is also the most unlikely, considering how hopeless its basic line of attack might seem at first. To overcome such odds, the whole kitchen sink of sampling technology developed in the previous chapters is called into action. Interestingly, sampling is used for two very different purposes: One is to provide a divide-and-conquer mechanism (as we've seen in Chapter 5), and the other is to evaluate complicated potential functions approximately very fast (as we've seen nowhere yet). No other (deterministic) algorithm has yet been found for computing convex hulls optimally. So, perhaps more than any other, this chapter shows how deep and uniquely powerful the discrepancy method is in the area of algorithm design.
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.