Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 747 Bytes

File metadata and controls

19 lines (12 loc) · 747 Bytes

Build Status Coverage Status

#Learning Objectives

  • exploration of standard problem in Scala
    • OO/imperative, with mutable data structures
    • functional, with immutable data structures

#Usage

To run the tests:

$ sbt test

To run the main methods on a Unix-based system:

$ ps -ef | sbt 'runMain edu.luc.etl.osdi.processtree.scala.mutable.Main'
$ ps -ef | sbt 'runMain edu.luc.etl.osdi.processtree.scala.immutable.Main'