miniam / Algorithms-and-dataStructures

The algorithms and data Structures in most popular programming languages
Apache License 2.0
2 stars 21 forks source link

DS - Java - LinkedList - Updated existing LinkedList #18

Closed mjp94 closed 5 years ago

mjp94 commented 5 years ago

Updated existing Java LinkedList with add and get support. Also added traversal capabilities by implementing Iteratable.