Skip to content

mirbostani/dsa-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA-TypeScript

Data Structures and Algorithms in TypeScript.

Install Dependencies

$ npm install

Run Tests

$ npm test # Run all the tests using NPM
$ npm test -- --runInBand # Run all the tests in a single process using NPM
$ npx jest # Run all the tests
$ npx jest --runInBand # Run all the tests in a single process
$ npx jest ./src/example.test.ts # Run the specified test

Run *.ts Files

$ npm install -g ts-node
$ ts-node --esm ./src/sorting/bubble_sort/bubbleSort.ts

About

Data Structures and Algorithms in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published