General small projects.
Solution to the bound robot movement problem. It uses a simulator and analytical equation to check the validity. There is also a test script.
Solution to the Linked-List interleave problem. Two linked lists passed and returned list contains elements interleaved.
All sorts of small projects to test different system utilities.
Simple serial message parser. The sorts one uses to process incoming telemetry from a satellite
Route an EV through the network of cities with charging stations efficiently and making sure it never runs out of energy.
Time-based header-only logger allowing logging values or arrays as a regular stl
stream.
Various exercises on using Google Test
Various exercises on using mostly C++