npm install typescript-data-structures
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');
Find a short reference to each structure's public methods in src/[structure]/README.md
Contributing rules will follow
We use SemVer for versioning. For the versions available, see the tags on this repository.
Radu Miron, Iacob Nasca, Cosmin Serboteiu
Eric Traub - Data Structures in Javascript
This project is licensed under the MIT License - see the LICENSE.md file for details