trekhleb / javascript-algorithms

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

modified insert method in linkedlist and .eslintrc #1052

Closed Pavan-Rajesh closed 11 months ago

Pavan-Rajesh commented 11 months ago

added ignore patterns for eslintrc

"ignorePatterns": [".md", ".png", ".jpeg", ".jpg"]

modified the insert method in linked list now more understandable than the previous one