oyekanmiayo / dsa-all-langs

A repository that contains explanations and (custom) implementations of the most popular data structures and algorithms in various languages.
MIT License
312 stars 117 forks source link

Linked list #25

Closed chidiwilliams closed 3 years ago

FeezyHendrix commented 3 years ago

Are you implementing the singly and doubly linked list in JS also?

chidiwilliams commented 3 years ago

@oyekanmiayo changed to 1-index

chidiwilliams commented 3 years ago

Added doubly-linked list