mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.27k forks source link

Updated heapsort... #152

Closed carlosherrera1113 closed 5 years ago

carlosherrera1113 commented 5 years ago

by using object destructuring where array values are swapped using a temp variable. This way it is a bit cleaner and easier to understand/visualize.