node-linkedlist
node-linkedlist copied to clipboard
Array like linked list with iterator
Results
3
node-linkedlist issues
Sort by
recently updated
recently updated
newest added
Hey guys, I think I've observed incorrect behavior when removing the first element from the list: I simply create the list with the strings 0, 1, 2, 3 ``` var...
Added two tests, one removes non-first value in list during iteration (and succeeds). The second removes first value in list during iterations (and fails).