Closest Strings Challenge
As a way of applying learnings from MIT's Performance Engineering class (6.172), I wrote this challenge. The program, written in C
, solves the Closest Strings Problem, and for the user of this application, the goal is to optimize the performance of the program.
I did my best to make the application well documented and make it easy for software engineers to try optimizing the code.