Skip to content

Created all data structures and algorithms from JavaScript Data Structures and Algorithms Masterclass and Design Patterns in Typescript Udemy courses to be written and tested in TypeScript and Jest

Notifications You must be signed in to change notification settings

la-tamas/typescript-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Run the following commands in the given order

$ npm install

The project is runned with pure node

You can modify the index.ts file to execute the code you want

You can build the project with

$ npm run build

In order to run all test cases execute

$ npm run test

There are some custom commands defined to run different DesignPattern examples, such as

$ npm run factory
$ npm run factory-ex
$ npm run abstract-factory

About

Created all data structures and algorithms from JavaScript Data Structures and Algorithms Masterclass and Design Patterns in Typescript Udemy courses to be written and tested in TypeScript and Jest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published