RP
Jun 11, 2017
Incredible learning experience. Every programmer in industry should take this course if only to dispel the idea that with the advent of cloud computing exponential algorithms can still ruin your day!
CS
Oct 27, 2021
Incredible learning experience. Every programmer in industry should take this course if only to dispel the idea that with the advent of cloud computing exponential algorithms can still ruin your day!
By daniel s
âąAug 5, 2020
<3
By Manogna c
âąJun 2, 2020
n0
By è©čæž éŠ
âąJan 26, 2020
æ”ć€
By Haoting C
âąApr 12, 2017
ćŸæŁ
By YADLAPALLI S
âąFeb 8, 2024
.
By KOLLU V V S D
âąOct 26, 2023
b
By ShaikNeelapharjahan
âąOct 14, 2023
5
By Aleksandar M
âąAug 7, 2023
/
By AHMED E A E
âąDec 25, 2022
2
By Venkata L S P
âąAug 12, 2022
-
By Mylemon S
âąJun 23, 2022
d
By Yihan S
âąApr 28, 2022
By Carlos J B
âąApr 18, 2022
.
By Muhammad A S
âąFeb 13, 2022
-
By TATA K
âąOct 27, 2021
g
By Harshit S
âąApr 24, 2021
k
By Iwan H
âąNov 25, 2020
-
By jenish g
âąAug 31, 2018
i
By èæ
âąJul 2, 2018
e
By Brett M
âąMay 16, 2020
Mostly good. I think the instructions could use some cleaning up. Below are some notes I took during the course.
Improve the assignment specifications by getting rid of terminal command mistakes. Ex: Queues assignment shows terminal with âjava Permutation 3 < distinct.txtâ. However, this will create an error. Correct command is âjava-algs4 Permutation 3 < distinct.txtâ. This is extremely frustrating to students as they are struggling with the java syntax and this specific development environment already.
Add additional links in the assignment to the book site example codes. The most frustrating part of this class was dealing with java syntax. While being able to program is a prerequisite, I havenât used java before and dealing with the nuanced syntaxes for the various interfaces was extremely frustrating until I found the helpful examples on the booksite. Some links would have helped a lot and I wouldnât have been searching stack overflow for hours on some assignments.
Clearer instructions on the IDE installation website. A couple of warnings were after the instruction that the mistake could have been made on. Add additional warnings for people from other classes that the hello world program is intended only for one of the several classes that use that site. That was buried in the fine print. Or better yet, add the hello world project to the coursera class so everyone can follow the instructions on the IDE installation website.
Open the codepost website for IDE installation help with a smaller fee. Having trouble installing a development environment is something a lot of online programming courses get wrong and is extremely frustrating to students trying to learn programming for the first time.
Poll students so you can get a better idea of how long the homework assignments took. It took me about 4x longer than the estimate for the collinear homework assignment.
Donât have the first homework due 2 days into the class. Iâm not sure if the class is setup to always have the first assignment due that quickly or if it is because I started on a Sunday, but this really is an unattainable goal unless you already are very familiar with both java and the IntelliJ IDE, and have 8 hours within the next couple of days. Then the student is behind for the rest of the class. I think giving the student at least 5 days from start would improve the student experience greatly.
Fix the forum search feature so that after you click to search the forums, the text field to search doesnât have to be clicked again.
By Kapil R
âąJan 14, 2017
I have never studied such a good algorithms class starting from very basics. The best thing which I like most was Java implementations of every piece of algorithms of basic data structures. All videos lectures have detailed explanation of topics. Just a suggestion that - time and space complexity explanations could have been in more detailed so as to understand easily by a novice. Although, the programming quiz questions were difficult, they require every chunk of knowledge you have just studied. Also, adding interview questions related to chapter with hints after your trial and MCQs after every small lectures were charm to the course. I am sincerely looking forward to enroll in other courdses as well. Thank you so much Coursera team, Robert and Kevin.
By Ćukasz W
âąAug 18, 2017
Bardzo dobrze omĂłwione zagadnienia (przykĆady, ilustracje oraz animacje, wszystko z komentarzem). Dodatkowy plus za dobre przykĆady implementacji w kodzie oraz za bardzo fajne biblioteki pozwalajÄ ce na ilustrowanie dziaĆania kodu - Ćwietna sprawa mĂłc zobaczyÄ na ekranie co siÄ dzieje. Ciekawe zadania praktyczne - uwaga, trzeba siÄ momentami nagĆowiÄ nad prawidĆowym rozwiÄ zaniem. MaĆy minus za opisy zadaĆ testowych oraz feedback czemu testy nie przechodzÄ - bez szerszego opisu testu czasem ciÄĆŒko jest znaleĆșÄ bĆÄ d w kodzie. Polecam ten kurs.
By Mark H
âąMar 1, 2020
It was certainly challenging. The programming exercises were hard and took me multiple attempts to get them right. But they were rewarding.
The interview questions were optional and I did not get much out of them. Some of the weeks had a slightly odd structure where the programming assignment was in the middle of the lectures, meaning you would have to complete the lectures after the programming assignment, which I felt was a bit odd.
Overall though, good course, and very challenging if you aren't a good java programmer.
By Devendra R
âąMay 15, 2020
Good: The instructor is reputable, and knows the stuff. Explanations are okay.
Could Be Improved: (1) Explanation for some topics is not enough, or does not cover the material well enough to finish the assignment. (2). Assignment grader checks for internal implementation of the solution rather than what can be accessed via the public API. I spent quite a lot of time with KdTrees exercise.
(3). Videos and assignments take much longer than officially recommended.
By Samir K
âąFeb 6, 2020
At 1st this course seems easy but as you start working through it, you wouldn't be able to do any assignment without a proper understanding of other data structures and algorithms, which aren't mentioned in the content. Every week you would be introduced to a small, basic algorithm and/or data structure and by the end of the week, you would be doing a tough assignment, which literally boosts your confidence... Highly recommended for software engineers.