Categorygithub.com/allensg/codingProblemsproblemsgoProblemsinterviewProblemsPostScriptInterviewwarehouse
package
0.0.0-20240710215349-97bfe1c12a25
Repository: https://github.com/allensg/codingproblems.git
Documentation: pkg.go.dev
# Functions
Distance returns the distance between two Positions.
NewServerFromFile reads an appropriately-formatted CSV of ping data and returns a new Server initialized with the loaded data.
SecondsBetween determines the number of seconds between two given Pings.
SubDistance returns the distance covered by the specified pings over a given time range.
TotalDistance returns the total distance covered by the specified pings.