Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Kolodny committed Apr 22, 2015
1 parent 03dba1b commit 1ef89e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sort/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ console.log(sorted); // [1, 2, 3, 4, 5]

Sorting should work based on numbers eg (10 < 2)

Obviously using the native sort function is cheating, so don't use it

More info: http://en.wikipedia.org/wiki/Sorting_algorithm

0 comments on commit 1ef89e7

Please sign in to comment.