Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 743 Bytes

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