From 4bd4bdbcbbf0d9461078614da1e6a3c7ec10137f Mon Sep 17 00:00:00 2001 From: booboy Date: Wed, 6 Feb 2019 02:01:21 -0600 Subject: [PATCH] added a file for algorithms. i will build this class up to start to learn algorithms --- algorithms/algorithms.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 algorithms/algorithms.rb 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