aihoque2/linear_interpolator
My personal implementation of linear interpolation in C++. I took in geographic coordinates of a moving object and calculated velocities. From there, I implemented linear interpolation to calculate velocities at different points in time.
C++