jasonsjones / doubly-linked-list

Javascript implementation of a doubly linked list data structure.
Other
30 stars 6 forks source link

Bug fix with concat of empty lists. #4

Closed bmcgary closed 5 years ago

bmcgary commented 5 years ago

Oops.😳 Forgot about the edge cases in my first PR (#3 ), sorry about that. This should take care of that.

bmcgary commented 5 years ago

Just pushed a fix. Should be good to good now! 👍

jasonsjones commented 5 years ago

Awesome! Thanks, Blaine!