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

Added length property for the linked list to solve the insert method problem. #1005

Open harishnanthan opened 1 year ago

harishnanthan commented 1 year ago

To solve this below problem https://github.com/trekhleb/javascript-algorithms/issues/1004 added length for the linked list to solve the linked list insert problem.