Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, November 21, 2012

Codecademy: "Introduction to Sorting"


#sample solution


my_array = [3, 4, 8, 7, 1, 6, 5, 9, 2]

# Call the sort! method on my_array below.
# my_array should then equal [1, 2, 3, 4, 5, 6, 7, 8, 9].

print my_array.sort!

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts