Mateus Pfeffer
|
da6ae08851
|
Brazilian Portuguese translation and typos fixes (#943)
* Update README.pt-BR.md
* TRIE README.pt-BR typo
* TREE README.pt-BR typo
* Stack README.pt-BR typo
* Priority Queue README.pt-BR typo
* hash-table README.pt-BR typo
* doubly-linked-list README.pt-BR typo
* disjoint-set README.pt-BR typo
* bloom-filter README.pt-BR typo
* merge-sort pt-BR translation
* merge-sort README added pt-BR option
* insertion sort pt-BR translation
* insertion sort README added pt-br option
* heap-sort pt-BR translation
* heap-sort READMED added pt-BR option
* bubble sort pt-BR typo
* pt-BR translation for sorting algorithms
Fixed typos and translated all the missing algorithms
* Update README.pt-BR.md
* linked list pt-BR translation
* ml pt-BR translation
* fix typo in README
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2022-10-10 15:23:32 +02:00 |
|
Oleksii Trekhleb
|
569fd95bd0
|
Simplify k-Means clustering algorithm.
|
2020-12-19 21:13:11 +01:00 |
|
Avi Agrawal
|
b7cd425ce9
|
Added kmeans clustering (#595)
* added kmeans
* added kmeans
* added kmeans
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-19 19:36:08 +01:00 |
|
Oleksii Trekhleb
|
610f16fe20
|
Add Euclidean Distance algorithm.
|
2020-12-19 19:21:32 +01:00 |
|
Oleksii Trekhleb
|
4623bb906f
|
Add k-nearest neighbors algorithm.
|
2020-12-16 08:07:08 +01:00 |
|