Clevermind
.uk
Finding the convex hull of a set of n points has a time complexity of:
O(n^2)
O(n log n)
O(n)
O(n^3)
Theory of Computation Exercises are loading ...