LG
Dec 12, 2017
This is a great course in parallel programming. The videos were very clear, summaries reinforced the video material and the programming projects and quizzes were challenging but not overwhelming.
SV
Aug 27, 2017
Great course. Introduces Parallel Programming in Java in a gentle way.
Kudos to Professor Vivek Sarkar for simplifying complex concepts and presenting them in an elegant manner.
By Aniket
•May 19, 2021
Good explanation; minimal hands-on experience.
By Xiao L
•May 30, 2020
Programming assignments are a bit too easy
By vini g
•Apr 6, 2019
Would like more assignments and examples.
By Riccardo B
•Jun 1, 2023
The course was nice but a bit too easy.
By Alexander S
•Nov 12, 2017
Good course but very easy assignments
By Ping G
•Sep 21, 2019
great course, learn a lot!
By 刘克庸
•Nov 23, 2021
very useful coursera
By Luiz F J
•May 22, 2021
I liked too much
By Jairo A O C
•Sep 24, 2020
Muy buen curso
By TAHA K
•Aug 18, 2020
Good course !
By Moturu N
•Dec 9, 2019
Nice course
By Divam K
•Oct 12, 2019
Ok
By Marcos N A
•Jun 13, 2020
Too much abstract pseudocode for a Java course. In the third test, I had implemented my own solution because no documentation given for that "pcdp framework", also, my implementation run faster, so I have some doubts about that "framework".
The grader is not accurate, I spent some hours trying to find the way to improve the code in the last miniproject because the one I uploaded failed the 4 cores test, but I uploaded the same again and passed the test...
I suggest to improve examples about Phasers, maybe it would be better to introduce low complexity problems in the examples and a step by step explanation on how it works and... where did the threads came from? They never explain threads in this course.
Definitively, this course can't be called a "specialization" but it is a good course for starters.
By Samuele M
•Apr 12, 2018
Course is interesting, but lacks in contents: just few patterns are explained, and few concepts about parallelism, and there are very little details about further algorithms. Assignments, projects in particular, are quite useless or incredibly easy, or need usage or knowledge of libraries not explained/used in course, and included in "optional readings". Lessons are really clear (bravo! to the Professor), but quite short, since whole course doesn't reach 2 hours of lesson. I definitively think that course can be improved with more contents.
By Helge S
•Feb 5, 2020
Interesting, but the presentations, support materials and programming exercises have some issues.
I'm not fond of the usage of pseudo code, when this is a Java course. I want the example to use existing Java libraries, preferably from the standard Java JDK.
For the exercises, in addition to unit tests that test the performance of the code, it would be valuable to have tests that run quickly, and test that the code computes correctly. For the Week 4, the only provided test took some 9 minutes to run. A unit test should take a second at most.
By Wassim R
•Aug 28, 2024
"While I initially had high hopes for this course, I found it fell short of my expectations. The course material and the questions on assessments seemed to be at varying levels of difficulty, which made it challenging to maintain a consistent pace. Additionally, the assignments felt somewhat underwhelming, and I encountered inconsistencies in grading for the same code. I believe these areas could be improved to enhance the overall learning experience."
By Dhiresh A J
•Dec 30, 2017
Lectures were adequate to understand the basic concepts/syntax and where and how to use them, but did not go deep into the underlying working.
The mini projects weren't that helpful since the assignments were the same examples as shown in the lecture, and the TODOs were generally just a couple of lines, leaving us with with little to do.
By the end of the course, I got to know the different Java util classes to use to for parallelism.
By Ramin I
•Nov 25, 2020
During the course, in order to understand the material in a satisfactory way, I often had to go and search for other materials. The material is presented in a very superficial way. I consider this a weakness. On the other hand, in terms of breadth, it covers a lot of useful topics, which broadened my perspective about what is out there in the parallel programming world.
By Daniel B
•Apr 16, 2020
Helpful course but could be much improved by a bit longer lectures and programming exercises covering more Java material, avoiding mixing in so much on proprietary library concepts and focusing on standard Java parallel programming concepts instead as well as making source code demonstrations in a bit larger font to be able to view on a phone
By Vincent M
•Mar 10, 2018
Subject is very interesting. However course is sometimes unclear, and assignments sometimes are related with the specific library developed by the professor, not with the generic Java implementations. However I'm happy to have completed this course, i've learned a lot.
By Gary S
•May 30, 2018
Although much of the content was informative and well taught, half of the programming assignments were either rudimentary or completely unnecessary since the answer was given in the provided file. On the whole, this course was just too short and too easy.
By Kaj S
•Sep 6, 2017
The videos were very well done. The exercises were a bit too easy in my opinion. But the exercises did focus on the issue at hand, unlike some other courses that get you stuck on complicated but unrelated issues used only as an example problem.
By Ruben C
•Nov 3, 2021
The course is interesting and well explained, but Coursera Grader is a pain: fails in nearly all miniprojects. The last one don't work at all.
By Atsuya K
•Feb 5, 2018
Provides background material for the course on concurrency in the same specialization. Assignments are trivial.
By Francisco R
•Sep 6, 2017
I would prefer see examples based on standard Java code, not in a library developed for some small group.