Skip to content

Using Great Circle Distance Formula(https://en.wikipedia.org/wiki/Great-circle_distance) finds the customer nearby the Intercom dublin office which is sorted by user ID Input file (Customers.txt) Output file (output.txt)

Notifications You must be signed in to change notification settings

anil-gudigar/Intercom

Repository files navigation

Intercom

Take home test Assessment

README

What is this repository for?

  • Quick summary
    Take home test Assessment

Program to find the nearest customer(within 100kms) from the Intercomm Dublin Office

Features

Using Great Circle Distance Formula(https://en.wikipedia.org/wiki/Great-circle_distance) finds the customer nearby the Intercom dublin office which is sorted by user ID Input file (Customers.txt) Output file (output.txt)

  • Version 1.0

How do I get set up?

  • Summary of set up
    Import Project to Android Studio
  • Configuration
    Android Studio 3.5
    compileSdkVersion = 29
    minSdkVersion = 21
    targetSdkVersion = 29
    buildtoolVersion = '29.0.2'
  • Dependencies
    Kotlin
    Android X
  • How to run tests
    Junit
  • Deployment instructions Import Project into Android Studio and excute.

Code Run Guide

Import Project into Android Studio and excute. Added customer.txt in assets folder

Testing Guide

Run Test in Android Stuido

About

Using Great Circle Distance Formula(https://en.wikipedia.org/wiki/Great-circle_distance) finds the customer nearby the Intercom dublin office which is sorted by user ID Input file (Customers.txt) Output file (output.txt)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages