I would like to add the following algorithms: - Convex hull: - Graham scan - Jarvis march - Chan's algorithm - Kirkpatrick-Seidel algorithm - Johnson's shortest paths algorithm - Vertex coloring - HashMap variants using open addressing
I would like to add the following algorithms: