fakoredeDamilola/articles

Delete in linkedList.py suppress all nodes before the value

Opened this issue · 0 comments

With delete, if you search for 5, [1, 2, 4, 5, 6, 7, 8] will give [6, 7, 8]... or I think it should gives [1, 2, 4, 6, 7, 8]