mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
* feat: add k-nearest neighbors, class Knn * updating DIRECTORY.md * clang-format and clang-tidy fixes for 8dfacfdf * fix: comments in k-nearest neighbors * test: add more tests for k-nearest-neighbors algorithm * fix: description of k-nearest neighbors algorithm * chore: apply suggestions from code review --------- Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>