Skip to content

Neimhin/lca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lowest Common Ancestor in a Directed Acyclic Graph

Neimhin Robinson Gunning [email protected] Student Number: 16321701

Requirements

g++ (Any other c++ compiler will probably work, but they are not specified in the makefile)

Compilation

The normal program can be compiled with:

cd c++
make prog

The testsuite can be compiled with:

cd c++
make testsuite

Known issuse

This implementation does not check if the graph provided is a DAG. It will probably break in certain scenarios where the graph is cyclic.

About

Implementations of LCA in C++ and Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages