Add README

This commit is contained in:
William Brawner 2018-10-05 02:09:34 -05:00
commit e761b0c857

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# Algorithms
This repository is meant for me to compile a list of examples of different
algorithms that I have learned of, and develop a working implementation.
These implementations may not be the most efficient, so please do point it
out to me if you see something that could be improved upon.