KiichiSugihara / typescript-algorithms

Algorithms & Data Structure with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-algorithms

Algorithms & Data Structure with TypeScript

Policy

  • No dependency
  • Easy to use each module

setup

npm install -g typescript
npm install -g ts-node

run

yarn ts-node src/*

test

bash yarn test

About

Algorithms & Data Structure with TypeScript

License:MIT License


Languages

Language:TypeScript 96.8%Language:JavaScript 3.2%