javascript-algorithms
javascript-algorithms copied to clipboard
addressed issue 1033, changed while to if in LinkedList and add new b…
This change resolves #1033 by changing the 'while' statement in src/data-structures/linked-list/LinkedLists.js delete() method to an 'if', and adding the 'new' keyword before initializing an Array in src/data-structures/hash-table/HashTable.js constructor() method.
.