Using GPS data, you’ve obtained the total distance (in meters) traveled by the suspect’s car at equal time intervals.These readings are stored in the vector d.
Your task is to calculate the average speed between each consecutive reading.
Return a vector containing the speed (in meters per second) between every pair of consecutive distances.
This will help you reconstruct how fast the suspect was fleeing the scene!

Solution Stats

123 Solutions

65 Solvers

Last Solution submitted on Aug 26, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...