Here we propose to use SHO as a standard for coding the numerical approaches to solve ODEs, Euler, Mid-Point and rk4.
The following provides complete C codes that solve the SHO over an arbitrary time interval spanned by an arbitrary time grid, using default potential parameter and mass. These codes illustrate diverse coding styles.