javascript-algorithms
javascript-algorithms copied to clipboard
Added length property for the linked list to solve the insert method problem.
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.