Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW] Adding haversine to brute force knn #3579

Merged
merged 7 commits into from
Mar 4, 2021

Commits on Mar 3, 2021

  1. Adding haversine code

    cjnolet committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    92779e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36bf2c View commit details
    Browse the repository at this point in the history
  3. Adding gtest for haversine.

    cjnolet committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    03747dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d29c8d1 View commit details
    Browse the repository at this point in the history
  5. Removing unecessary includes

    cjnolet committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4e4bc68 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Fixing broken include

    cjnolet committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    89c5f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e29fa13 View commit details
    Browse the repository at this point in the history