Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A library for data structure in JavaScript

License

NotificationsYou must be signed in to change notification settings

Bishop92/JavaScript-Data-Structures

Repository files navigation

A library for data structures in JavaScript

DataStructures is a JavaScript library where you can find the most common data structures and also other datastructures more advanced. Various method are also provided in order to manipulate data structures.

This library implements the [iterator] (http://en.wikipedia.org/wiki/Iterator_pattern) pattern in order to hidethe data structure that work for storing your data.

Supported data structures

How to use

  1. Download the minimized libraryhere (right click and save as...);

  2. Include the file in your project;

  3. Start to use it as any other class.

Example

varlistA=newDoubleLinkedList();varlistB=newDoubleLinkedList();listA.fromArray([0,1]);listB.fromArray([2,3]);listA.join(listB);listA.toArray();// [0, 1, 2, 3]

Documentation

Follow thislink to read the full documentation.Follow thislink to read the JSDoc.

Support

Battistella Stefano,stefano.battistella.92@gmail.com

About

A library for data structure in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp