trekhleb / javascript-algorithms

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

FIX : insert method duplicates value of head in tail #1018

Closed Shiva953 closed 1 year ago

Shiva953 commented 1 year ago

Fixes #1016

xyn22 commented 1 year ago

@Shiva953 this will only work if we're carefully inserting nodes with carefully sequential rawIndex. Please check the notes left on the ticket.