1.1.7 • Published 6 years ago

typescript-data-structures v1.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

TSDS - TypeScript Data Structures

A collection of TypeScript classes to create and use common data structures

Installing

npm install typescript-data-structures

General Usage

Import the desired data structure in your file

import { LinkedList } from 'typescript-data-structures'

Instantiate class

private linkedList: LinkedList = new LinkedList();

Use class methods

this.linkedList.addToHead('new head');

Data Structures

npm.io npm.io npm.io

API

Find a short reference to each structure's public methods in src/structure/README.md

Contributing

Contributing rules will follow

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Radu Miron, Iacob Nasca, Cosmin Serboteiu

Aknowledgements

Eric Traub - Data Structures in Javascript

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago