/LCA-NodeJS

Primary LanguageJavaScript

LCA-NodeJS

This is an implementation of LCA from geeksforgeeks.org

on running the node script using node LCA.js for the following tree

Screenshot 2021-09-27 at 00 18 52

the output looks like this

image

Unit Testing

I have implemented unit test using a javascript framework called jest. This is the report on my tests. image