Skip to content

Commit 442d099

Browse files
authored
Update README.md
1 parent e437f70 commit 442d099

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# ParallelProgrammingJava
2-
Based on Parallel Programming in Java course by Rice University (Coursera)
1+
# Parallel&DistributedProgrammingJava
2+
Based on course Parallel and Distributed Programming in Java by Rice University (Coursera)
33

44
https://www.coursera.org/learn/parallel-programming-in-java/home/welcome
5+
https://www.coursera.org/learn/concurrent-programming-in-java/home/welcome
56

7+
Parallel Programming
68
Projects covering task (1), functional (2), loop (3) and data flow (4) parallelism.
79
(1) Fork/Join Framework
810
(2) Streams and futures
911
(3) Loop optimization and chunking
12+
13+
Distributed Programming
14+
tbc

0 commit comments

Comments
 (0)