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

addressed issue 1033, changed while to if in LinkedList and add new b…

Open tmichell13 opened this issue 2 years ago • 1 comments

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.

tmichell13 avatar May 08 '23 20:05 tmichell13

.

Dawood3108 avatar Aug 21 '23 17:08 Dawood3108