Skip to content

andreasN78/SegmentTrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaSegmentTrees

This is a project implementing Segment Trees in SCALA

More informations about Segment Trees link.

For the project to run you need to install the sbt build tool for scala.

Installation

Linux

$ sdk list java

$ sdk install java 11.0.4.hs-adpt

$ sdk install sbt

In the project folder run

sbt

and then

run main

for the execution of the program

The program provides a visualization figure representing Segment trees using graphviz with commands only for linux

test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages