misc_rbtools/algorithms/algorithms.rb

6 lines
188 B
Ruby
Raw Normal View History

# 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