diff --git a/algorithms/algorithms.rb b/algorithms/algorithms.rb new file mode 100644 index 0000000..fbe622e --- /dev/null +++ b/algorithms/algorithms.rb @@ -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