Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javatlacati/datastructurestypescript
Datastructures framework for typescript.
https://github.com/javatlacati/datastructurestypescript
Last synced: 24 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T16:38:39.000Z (9 months ago)
- Last Synced: 2024-02-17T17:36:51.570Z (9 months ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![license:mit](https://img.shields.io/badge/license-LGPL3.0-green.svg?style=flat-square)](./LICENSE) [![latest release:?](https://img.shields.io/github/release/datastructurestypescript/datastructurestypescript.svg?style=flat-square)](https://github.com/javatlacati/datastructurestypescript/releases)
[![Build Status](https://travis-ci.org/javatlacati/datastructurestypescript.svg?branch=master)](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