Implemented the elbow method in C++ to estimate the number of clusters for k-means and verified its behavior.
Implemented k-means++, an improved version of the k-means algorithm, in C++ and verified its behavior.
Explored the behavior of k-means, perhaps the most well-known clustering algorithm, by implementing it in C++.