SamuelAl / lca-SWENG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Implementation of n-ary tree Lowest Common Ancestor algorithm in Go and Java. Java is the preferred language chosen for this assignment, while Go is the less familiar language.

The Java implementation also supports Directed Acyclic Graphs (DAG).

When running commands inside lca-go and lca-java, please run the commands from those directories, not from the repository root directory, in order to avoid errors.

About


Languages

Language:Java 74.1%Language:Go 20.8%Language:Dockerfile 2.9%Language:Starlark 2.2%