jasonsjones / doubly-linked-list

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

Add prettier support and doc update #18

Closed jasonsjones closed 3 years ago

jasonsjones commented 3 years ago

Add prettier support for more consistent formatting and update the README to remove the printList() mention since it is not implemented.

Fixes #17