Create README.md

This commit is contained in:
Gregory Campbell
2021-07-08 22:06:04 -04:00
committed by GitHub
parent 3f13c058be
commit 0d2db2d9bc
+8
View File
@@ -0,0 +1,8 @@
# legacy-algorithm-comparison
This is a program that is used to compare speed of C, Fortran and Ada running their own verisons of the kmp search algorithm.
Just run `make` to generate an executable for each language.
You can run the script in C, Fortran or Ada by running `./kmp-c`, `./kmp-fortran` and `./kmp-ada` respectively.
You can also run `make clean` to clean up the directory.