diff --git a/algorithms/algorithms.rb b/algorithms/algorithms.rb index fbe622e..fabece0 100644 --- a/algorithms/algorithms.rb +++ b/algorithms/algorithms.rb @@ -2,4 +2,8 @@ # i will link the resources i am learning the algorithm from in my code. module Algorithms + class Sorting + def selection + end + end end