javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

modified insert method in linked list and .eslintrc

Open Pavan-Rajesh opened this issue 2 years ago • 0 comments

modified insert method in linked list

now more understandable than previous one

modified .eslintrc

added

"linebreak-style": ["error", "windows"]

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

Pavan-Rajesh avatar Jul 21 '23 15:07 Pavan-Rajesh