Skip to content

Commit

Permalink
add informative comment
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 19, 2015
1 parent 2594821 commit bfd0654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/src/sort/iterativemergesort.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

var iterativemergesort = function ( merge , copy ) {

/**
* Always makes at most A001855(n) comparisons.
*
*/

var mergesort = function ( compare , a , ai , aj , b , bi ) {

var whole , left , center , right , mask , half ;
Expand Down

0 comments on commit bfd0654

Please sign in to comment.