Skip to content

coderodde/CR.OfflineLCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CR.OfflineLCA

A Java implementation of the offline lowest common ancestors algorithm by Robert Tarjan.

Downloading and running

git clone https://github.com/coderodde/CR.OfflineLCA.git
cd CR.OfflineLCA
mvn compile test
mvn exec:java

About

A Java implementation of the offline lowest common ancestors algorithm by Robert Tarjan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages