DB
2017年10月12日
Great into to Java, instructors have clearly put thought in to the format with the choose your own learning style videos, and additional coverage where it may be needed. These have been very helpful.
SU
2017年6月7日
Fantastic course! I would recommend to anyone interested in learning the graph data structure in a fun and hands-on and engaging way! Definitely one of the best courses I have followed on Coursera.
創建者 Nikhil P
•2018年6月21日
Great Course!
創建者 Chessie R
•2017年7月5日
Great course!
創建者 Dmitry G
•2016年5月11日
Great course!
創建者 Leonid M
•2016年2月4日
Great course.
創建者 Light0617
•2018年9月7日
great course
創建者 Aswin S K
•2018年2月18日
Excellent !!
創建者 Gábor C
•2016年7月25日
Good course!
創建者 Volodymyr
•2016年2月15日
Nice course.
創建者 Alexey P
•2016年1月26日
Really coool
創建者 Musa M N
•2017年11月8日
Simply nice
創建者 Enno H
•2018年4月10日
Very Good!
創建者 Wessel B
•2016年11月18日
Really fun
創建者 Gaurav P
•2016年2月14日
Nice one!!
創建者 Deekshith M
•2020年7月19日
so useful
創建者 Jung H K
•2018年4月25日
loved it!
創建者 Veri
•2020年4月30日
Nice Web
創建者 Sergei G
•2016年11月2日
Helpful!
創建者 Jonathan A G S
•2016年5月7日
Excelent
創建者 Maciej
•2016年1月7日
Amazing!
創建者 Filbert
•2020年5月11日
Thanks
創建者 Rakesh P
•2018年11月28日
great
創建者 RICARDO G
•2017年4月20日
Great
創建者 Cheun P
•2016年1月12日
Good
創建者 Felix A
•2016年1月12日
This course was very well put together. The videos were clear and well organized. They typically contained a powerpoint presentation and little box with the presenter's head. The assignments built off of each other by reusing code from previous weeks.
The test cases for the grader weren't very complete. If I have any recommendations for the organizers it would be to tighten up their grading process. (For one assignment, I completely forgot to write one function and there was no test coverage for it! I ended up writing it the next week.) Still the codebase that they have provided for the class is large so I don't fault them for bugs. I think it will probably improve over time as more people take the course.
Overall, they did a great job!
創建者 Diyi L
•2017年9月5日
It is a good course. It lets you to understand basic data structures and lets you code some data structures (mainly graph data structures) on your own (it takes some time to finish assignment). However, I think there are much more data structures in Java not covered in this course (like all kinds of trees), which means this course doesn't tell you EVERY MAJOR data structure in Java and their usage. It just tells you how to check javadoc on your own. I think an introduction about other frequently used data structures will be helpful.