mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 02:56:40 +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>