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 each nodes prev element on reversing list #135

Closed BorislavBorisov22 closed 6 years ago

BorislavBorisov22 commented 6 years ago

Updated each nodes prev element on reversing list in the recursiveReverse method.

mgechev commented 6 years ago

Thanks for the catch! Merged https://github.com/mgechev/javascript-algorithms/pull/133.