oreillymedia / data_structures_and_algorithms_using_javascript

762 stars 408 forks source link

Removing last element and referencing of next #10

Open slantz opened 8 years ago

slantz commented 8 years ago

If user tries to remove the last element of linked list he will fail.

And there's no previous link created of the next element to new one while inserting.