From 1a9f1af981b5e9ffc710bb5ff86617e2a8b0aae9 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Fri, 22 Mar 2024 01:43:56 +0200 Subject: [PATCH] updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 22995dfa..42a32612 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ You can see more [examples](/examples) or follow the [Tutorials](/tutorial). - [X] [Queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) - [X] [Hash Table](https://en.wikipedia.org/wiki/Hash_table) +**Machine Learning(NEW!)** +- [X] [Kmeans](https://en.wikipedia.org/wiki/K-means_clustering) +- [X] [DBSCAN](https://en.wikipedia.org/wiki/DBSCAN) +- [X] [Linear Regression-Currently working] +- [X] [Polynomial Regression-Currently working] + ### **How to run test cases** We have unit tests for every function of our implemented algorithms & data structures.It is very important to make sure that your code works before making any pull requests!