jasonsjones / doubly-linked-list

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

Is method .printList() Missing? #17

Closed BlakesEyeR1 closed 3 years ago

BlakesEyeR1 commented 3 years ago

Is method .printList() Missing?

jasonsjones commented 3 years ago

Hey @BlakesEyeR1, thanks for the question and sincerely apologize for the very delayed response 😞 .

Yes, looks like it is missing and might have been another copy/paste doc mistake that I've been known for 😄 . I'll update the docs until the printList() method is implemented, which I'll add to the list when I include the repo in my data-structures monorepo (wip at the moment)

But...feel free to open a PR in the meantime if you need it sooner than later and I'll be more than happy to take a look. 👍