/algorithms-ts

Algorithms with TypeScript

Primary LanguageTypeScript

Algorithms with TypeScript

Usage

You can use the ts-node package.

$ npx ts-node script-name.ts

OR

$ npm install -g ts-node
$ ts-node script-name.ts

Algorithms