Info
Version: | 1.0.2 |
Author(s): | Abhishek Bhol |
Last Update: | Friday, August 31, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NavigationAlertLibrary_Abhishek |
Install
Install-Package NavigationAlertLibrary_Abhishek
dotnet add package NavigationAlertLibrary_Abhishek
paket add NavigationAlertLibrary_Abhishek
NavigationAlertLibrary_Abhishek Download (Unzip the "nupkg" after downloading)
You will bgiven the actual route data ( In the form of a CSV file having lat/long pairs ) derived from the movements of Swiggy delivery boys.
Your input will also contain speed S of the delivery boy. Assume delivery boy's speed to be uniform. Your task is to provide timely navigation instructions to the delivery boy.
Input :
CSV file having lat/long data
## Output:
Logs of directions against timestamp.
Example:
TIMESTAMP_1: Go straight for 50 meters.
TIMESTAMF'_2: Take a left turn.
TIMESTAMP_3: Go straight for 100 meters.
TIMESTAMP_4: Take a slight right.
TIMESTAMP_N. Reached Destination.