Skip to content

MChehab94/Android-Distance-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple project that calculates the distance between two points A and B using one of the following algorithms:

  • Euclidean distance
  • Manhatten distance
  • Minkowski's distance

Note that the user selects which algorithm to use.
There are two modules in this project:

  • app: Java implementation
  • kotlin: Kotlin implementation

A thorough overview and step-by-step explanation can be found here.