Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 154 Bytes

File metadata and controls

4 lines (3 loc) · 154 Bytes

linkedlist.js

A linkedlist implementation with an arbitrary restriction: No use of arrays

Run test cases with node index.js (Requires node >= 6.0.0)