This repository contains various algorithm design problems. Be advised, they have not been extensively tested or proven!
DP1 -- A quickhull implementation to find the convex hull of a 2D set of points.
PancakeSort -- An implementation of the Pancake Sort Algorithm