Skip to content
Snippets Groups Projects
README.md 527 B
Newer Older
Alexander Gehrke's avatar
Alexander Gehrke committed
# short-exercises

Alexander Gehrke's avatar
Alexander Gehrke committed
Source templates for short exercises during the lecture, sometimes with tests.

## Overview:

Templates are within `src/main/scala`. Parts that you should complete are
usually marked with `???`.

Alexander Gehrke's avatar
Alexander Gehrke committed
| lecture                         | package                                                           |
|---------------------------------|-------------------------------------------------------------------|
| 2: Functional Data Structures   | [`datastructures`](src/main/scala/datastructures)                 |