/Algorithm-Best-Driver-Match

Develop a function to find the best drivers based on user-defined start and end locations using city-lat-lng data. Calculate total distance and payment in dollars, considering distance-based and driver-specific rates. Use a third-party service for distance calculation and convert currencies as needed. Provide detailed results for each driver.

Primary LanguageJavaScript

Stargazers