I'm currently writing a divide and conquer version of the Convex Hull algorithm and it's very close to working but am having trouble merging two convex hulls (to form the overall convex hull).
I'm merging by:
I'm not 100% sure if this is the right way to do it - any guidance or pseudocode for finding combined upper/lower hulls?
check this out; it'll give you very clever approaches to convex hull manipulation