roslynm / linked-list-js

JavaScript version of https://github.com/AdaGold/linked-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked List Practice (JavaScript)

See the Ruby version for details.

Installation

This has been tested with node 12.10.0. To install, run

npm i

after cloning this project.

Testing

Run all tests with:

npm test

About

JavaScript version of https://github.com/AdaGold/linked-list


Languages

Language:JavaScript 95.5%Language:Dockerfile 4.3%Language:Shell 0.2%