Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Mar 21, 2024
1 parent 9fd044c commit 1a9f1af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 1a9f1af

Please sign in to comment.