During this lesson, Strassen's algorithm is implemented in the C programming language and tested.
The implementation of auxiliary functions, such as matrix allocator-deallocator and execution-time accounter, can be avoided by cloning the git repository https://github.com/albertocasagrande/... .