/tree-data-structure

Implementing Tree Traversal, Breadth First Search and Depth First Search in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

tree-data-structure

The code implements Tree Traversal technique such as Breadth First Search and Depth First Search in JavaScript. The Automated testing is implemented using Jest Testing library with pre defined use cases.

Available Script

In the project directory, you can run npm install to install jest testing library as dependancies.

Run npm run test command to run the automated test cases.