beersbr / ListJS

A small linked list in javascript to make array changes better.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List.JS

Why?

I found when writing simple animations and games that I needed a list that I could easily remove and add items to. So I made a simple two way linked list. This has just been moved from the project which it originated in. So I will work out the kinds and get tests in as soon as I can.

License

A generic, doubly linked list in javascript.
Copyright (C) 2013  Brett Beers

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

A small linked list in javascript to make array changes better.


Languages

Language:JavaScript 100.0%