aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorCamil Staps2015-06-02 09:41:17 +0200
committerCamil Staps2015-06-02 09:41:17 +0200
commitf92dcfbbce3d2057e39314312deed941c22881f5 (patch)
tree22b45e41686a10be4f2e87e5be752514dec5acf4 /Readme.md
parentweek 14 tarball (diff)
Start week15
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 1c94c56..c5e9c82 100644
--- a/Readme.md
+++ b/Readme.md
@@ -19,3 +19,4 @@ We use Netbeans IDE 8.0.2 and Visual Paradigm 12.0.
* Week 13: die - threads; thread-safety, race conditions, etc.
* Week 13: bar - sequential program to concurrent program
* Week 14: automated car drivers - threads; `java.util.concurrent`; `wait()`, `notify()` and `notifyAll()`
+* Week 15: mandelbrot with SwingWorkers