deadkff01 / ts-bst

Binary Search Tree made with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Binary Search Tree made with TypeScript


Languages

Language:TypeScript 91.0%Language:JavaScript 9.0%