Wednesday, July 15, 2009

Assignment for the July 20th class

Hi All,

The assignment for the July 20th class is to write a method to sort an array of numbers without using the array's out-of-the-box sort method.

The code should look like this:

class Array
   def my_sort

     ... your code goes here ...

   end
end

Look those some hints over the next few days.

Glenn

No comments:

Post a Comment