Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Kolodny committed Apr 22, 2015
1 parent 1ef89e7 commit 7c7e879
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sort/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ var sorted = sort(arr);
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 7c7e879

Please sign in to comment.