Skip to content

Implementation of Lowest Common Ancestor on a binary tree in java with unit testing

Notifications You must be signed in to change notification settings

awarde96/LowestCommonAncestorJava

Repository files navigation

LowestCommonAncestorJava

Implementation of Lowest Common Ancestor on a binary tree in java with unit testing.

I used a method of code a little test a little, where I would code a funtion that I wished to implement and would then add unit tests to confirm that is was functioning as I had intended.

The unit testing framework that I was using was JUnit.

About

Implementation of Lowest Common Ancestor on a binary tree in java with unit testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages