jonwk / LCA-NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%