Antipodal pair is pair of vertices x,y such that we can draw parallel tangents to convex-hull H through vertex x and y without intersecting H.
I found many algorithms to find such pairs, but i am not able to derive the upper bound on number of possible pairs.
Can somebody give the upper bound for convex-hull of n numbers and prove it?