From 4e67b528cfb8521d7d8c9073a8bab2b254a92653 Mon Sep 17 00:00:00 2001 From: eProw Date: Fri, 5 Oct 2018 19:47:49 +0200 Subject: [PATCH] Implemented K-means algorithm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05c689f..306cdbc 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ Some algorithms implementation for self-training. | [A*](https://en.wikipedia.org/wiki/A*) | | [Decision tree](https://github.com/Sharpach/Algorithms/issues/6) | :heavy_check_mark: | | [Segment tree](https://github.com/Sharpach/Algorithms/issues/23) | :heavy_check_mark: | +| [K-means](https://es.wikipedia.org/wiki/K-means) |