added a file for algorithms. i will build this class up to start to learn algorithms

This commit is contained in:
booboy 2019-02-06 02:01:21 -06:00
parent ced4529a19
commit 4bd4bdbcbb

5
algorithms/algorithms.rb Normal file
View file

@ -0,0 +1,5 @@
# im going to learn algorithms by makin a giant module that covers a different algorithm.
# i will link the resources i am learning the algorithm from in my code.
module Algorithms
end