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

repair recursiveReverse bug #133

Closed wlx199x closed 6 years ago

wlx199x commented 6 years ago

The prev reference error of the node after the iteration is called.

mgechev commented 6 years ago

Thanks for the catch!