diff options
author | Camil Staps | 2015-05-28 23:51:46 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-28 23:51:46 +0200 |
commit | 5eb69c87a11e612b59057586fa29e8c7d2170880 (patch) | |
tree | c597bc7f33641b56ba25ffacf83bc15f9c164ecb /Readme.md | |
parent | This does seem to work a bit... kindof... (diff) |
Added w14 to readme
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ We use Netbeans IDE 8.0.2 and Visual Paradigm 12.0. * Week 12: fibonacci - threads * 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()` |