changeset 482 | 769bda18a43d |
parent 428 | cdfa6a293453 |
481:e03a0100ec46 | 482:769bda18a43d |
---|---|
6 |
6 |
7 // ADD YOUR CODE BELOW |
7 // ADD YOUR CODE BELOW |
8 //====================== |
8 //====================== |
9 |
9 |
10 //(1) |
10 //(1) |
11 def clean(s: String) : List[String] = ??? |
11 def clean(s: String) : List[String] = List("bla") |
12 |
12 |
13 |
13 |
14 |
14 |
15 //(2) |
15 //(2) |
16 def occurrences(xs: List[String]): Map[String, Int] = ??? |
16 def occurrences(xs: List[String]): Map[String, Int] = ??? |