Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
/ js-linked-list Public archive

A linked-list implementation in JavaScript.

Notifications You must be signed in to change notification settings

parkr/js-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Linked List

A linked-list implementation in JavaScript.

Build Status

Why

I had never implemented this data structure in JavaScript and wanted to work with Jasmine.

Specs

$ npm install -g jasmine-node
$ jasmine-node spec

Usage

If you say so...

// in node
var LinkedList = require('./linked_list').LinkedList

About

A linked-list implementation in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published