/ts-bst

Binary Search Tree made with TypeScript

Primary LanguageTypeScript

ts-bst

Binary Search Tree made with TypeScript

With breadth first search and deep first search functions.

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode nodemon
$ yarn dev

# production mode
$ yarn build