trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
184.96k stars 29.83k forks source link

Update DoublyLinkedList.js #1101

Closed ihemanthm closed 3 months ago

ihemanthm commented 5 months ago

Removed a redundant statement in the reverse( ) function.