Skip to content

dynk/processtree-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%