https://github.com/javatlacati/datastructurestypescript
Datastructures framework for typescript.
https://github.com/javatlacati/datastructurestypescript
Last synced: 3 months ago
JSON representation
Datastructures framework for typescript.
- Host: GitHub
- URL: https://github.com/javatlacati/datastructurestypescript
- Owner: javatlacati
- License: lgpl-3.0
- Created: 2018-01-20T21:00:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T11:32:47.000Z (about 1 year ago)
- Last Synced: 2025-02-12T12:55:58.781Z (5 months ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](./LICENSE) [](https://github.com/javatlacati/datastructurestypescript/releases)
[](https://travis-ci.org/javatlacati/datastructurestypescript)
This project is intended to be a comprehensive data structures framework.Here i plan to ellaborate my ideas on data structures, feel frree to discuss
and share.To download dependencies run the following command:
> npm install
If you come from Java its like `mvn install`
to download typing definition for typescript run the following command:
> typings install dt~node --global
those definitions allow the ts compiler to use typed calls to known js code without reimplementing all in ts.
to run unit tests you can use the command:
> npm test
To install types for typescript use the following structure
> npm install --save @types/benchmark