make-github-pseudonymous-again/js-sorting

simplify hoare

make-github-pseudonymous-again opened this issue · 0 comments

  • use a >= b instead of b <= a
  • use > and < instead of >= and <=
  • reuse x variable instead of assigning to t