@nickradford/ts-data-structures
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

ts-data-structures

<ORG_NAME> Coverage Status

ts-data-structures is a TypeScript library which implements some common data structures. This is a personal effort to learn TypeScript and apply it in a library format. If you use it, let me know, and please report any issues you run into!

Docs

Visit Documentation Website

Usage

yarn add @nickradford/ts-data-structures
import { BinaryTree } from '@nickradford/ts-data-structures'

const Tree: BinaryTree<int> = new BinaryTree<int>()

License

MIT

Special Thanks

Thanks to the Awesome typescript-library-starter by @alexjoverm with commits by many others.

Readme

Keywords

none

Package Sidebar

Install

npm i @nickradford/ts-data-structures

Weekly Downloads

0

Version

2.2.0

License

MIT

Unpacked Size

104 kB

Total Files

55

Last publish

Collaborators

  • nickradford