Skip to content

alannahwalsh/Java-SoftwareEngineering

Repository files navigation

SoftwareEngineering

Task:

To implement a function that can calculate the lowest common ancestor in a graph, that may be structured as a binary tree. Then add unit test code to each repository that tests the implementation.

My implementation:

I have decided to implement the solution with the unit testing using Java. The main lca function has came from a resource online, and unit tests were added to match the function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages