Calculate Distance Between Two Cities using Coordinates


Calculates distance between two locations on earth. It assumes the earth is a perfect circle at sea level so mountains and hills are ignored. The distance is calculated using the harversine formula. It is done using C++, the database is based on a Binary Search Tree Data Structure for data storage.