Chevron Left
返回到 Advanced Data Structures in Java

学生对 University of California San Diego 提供的 Advanced Data Structures in Java 的评价和反馈

4.8
1,241 个评分

课程概述

How does Google Maps plan the best route for getting around town given current traffic conditions? How does an internet router forward packets of network traffic to minimize delay? How does an aid group allocate resources to its affiliated local partners? To solve such problems, we first represent the key pieces of data in a complex data structure. In this course, you’ll learn about data structures, like graphs, that are fundamental for working with structured real world data. You will develop, implement, and analyze algorithms for working with this data to solve real world problems. In addition, as the programs you develop in this course become more complex, we’ll examine what makes for good code and class hierarchy design so that you can not only write correct code, but also share it with other people and maintain it in the future. The backbone project in this course will be a route planning application. You will apply the concepts from each Module directly to building an application that allows an autonomous agent (or a human driver!) to navigate its environment. And as usual we have our different video series to help tie the content back to its importance in the real world and to provide tiered levels of support to meet your personal needs....

热门审阅

MK

Jul 17, 2017

Excellent course. I have a 32 year old CS degree and needed a Java Course which did not cover the basics of programming but rather covered advanced CS topics in a Java Context. This is the course.

AM

Dec 23, 2015

Best and complete course series in course era. The best course staff of any course I have taken. The best quality of instruction and knowledge gained.Thanks to all team worked in this specialization

筛选依据:

26 - Advanced Data Structures in Java 的 50 个评论(共 287 个)

创建者 Jordi C

Feb 13, 2017

I thought the course was an outstanding treatment of data structures and algorithms. The instructors advance to more complex structures and algorithms as the student progresses. I never felt overwhelmed at any stage, and by the end of the course, I was impressed with how much new material we had covered.

创建者 Shyam B

Jan 28, 2016

This was a very useful course which covered the main fundamental aspects of graphs in Java. The assignments were very interesting and challenging as well. The lecture videos provided all the information in a very detailed manner. There was nothing more I could ask for. Overall it was a great experience!!

创建者 Sangeet M D

Sep 6, 2017

How this specialisation take a novice to the professional level developer is something I have never seen in any other courses I did so far. I really appreciate the UCSD team for developing such a course with Coursera. Thanks to the teachers for explaining all the concepts in such a simplistic manner.

创建者 Konstant K

Feb 22, 2016

The course is well-laid and very interesting. Even though the material is pretty difficult and advanced. As always the great talent of Christine, Mia and Leo is beyond praise.

I definitely recommend this course for developers who want to improve their mastery.

Many thanks for the brilliant course.

创建者 Patrick M

Jun 18, 2016

Good course. The example application is fun (looking at graph data structures as part of route planning in a Google Maps based app) - and there is room to experiment. I continue to enjoy the instructors, who present well and have obviously done a good job preparing the material. Much fun!

创建者 Bhagwati P

Jan 19, 2020

The whole specialization is just superb work. It's fantastic for a java developer like me who uses lots of frameworks and language specific collections without knowing the fully correct implementation of the data structure. It solidifies your basic understandings.

创建者 Paul H

Jun 12, 2016

Loved it. Once again the skeleton code provided and course material was great. It was once again introducing new concepts which were never part of BASIC, FORTRAN or DELPHI. So I enjoyed the pain of having to get my head around the objects and code.

Thanks !!!!

创建者 Anurag N

Dec 23, 2018

Excellent course to improve your programming skills. The pedagogy and the content both are excellent. Although this isn't a course entered around UI development at all, one future enhancement could be to use a modern web app as the UI instead of desktop app.

创建者 Rahul K

Jun 17, 2020

Instructors are great, they taught each concept very well, though project was a bit challenging, but had a rich experience of each concept of oop and collections of java....Thank u so much for this course, will be waiting for new such courses

创建者 Alexei R

Oct 22, 2017

Very good course. The hands on material makes it easy to learn and they are fun. It's challenging, however, starter code and excellent video lectures gave me the tools required to meet those challenges. Thanks to Coursera and UCSD.

创建者 siddartha

Apr 6, 2016

A lot of work has been put into this course. You will get to learn a lot and use a lot of Java collections framework. You will also get to use concepts of Polymorphism and Inheritance if you are not already familiar with it.

创建者 Upamanyu S

Sep 4, 2016

It would be very, very beneficial if maybe one or two more videos were added to dive in-depth into ADTs and their method callback run-time analysis. Aside from that this class was educational and interesting as expected.

创建者 Duan L

Jul 3, 2020

Very great and useful course that teaches us how to solve real-world map searching problem by implementing graph algotithms and such an experience is challenging but exciting during the course. Great courses!

创建者 AKIL P R

Dec 22, 2021

The concepts were taught in the easiest way possible. The course covered the major portions of the Graph Data structures which would be very essential and necessary in solving problems based on graphs.

创建者 Ahmed M

Dec 24, 2015

Best and complete course series in course era. The best course staff of any course I have taken. The best quality of instruction and knowledge gained.

Thanks to all team worked in this specialization

创建者 Mayco M

Feb 20, 2016

What I really enjoyed in this course was to discover how to represent streets and intersections and finally trace a path from a starting point to a destination, like a GPS! Really nice!

创建者 Bharat S

Jan 11, 2016

Splendidly covers path finding basics. Enjoyed the course.

It would be great to go into advanced algorithms useful for programming challenges (like SPOJ) with the same instructors.

创建者 David W

Jan 29, 2019

The map exercise that was used throughout this course was wonderful- it really helped me apply these concepts and algorithms to a real-world example that I could understand.

创建者 Reyter O G C

Oct 28, 2020

Un curso increíble, he aprendido muchísimo sobre los grafos y su aplicación en el mundo real. Es por eso que me encanta esta plataforma, ya que sus cursos son muy prácticos

创建者 Петухов И А

Jun 1, 2019

For me it was quite hard to understand some data structures because I did not attend the previous course on data structures. Despite that fact, I really enjoyed the course.

创建者 Ian W

Aug 22, 2019

Very good course on graphs with some challenging projects. These really helped me nail down the concepts and get a deeper understanding of algorithms and data structures.

创建者 Feng Z

Jun 6, 2017

Although it is a little bit hard for beginner, it's really useful !! I am so happy that I have learned a lot about graph since there are many difficulties in this course.

创建者 Ankit S

Aug 20, 2016

Very nice course for clearing the concept of the advanced search algorithm and applying them in the real world scenario. Well designed course and programming materials.

创建者 Carl H

Sep 1, 2017

This was the hardest course I've taken so far, and I think I've learned the most from it. If, like me, you're self-taught, I guarantee you'll benefit from this course.

创建者 Brendan S

Apr 2, 2020

This was an excellent course for those looking to learn more about graphs (and to get experience in coding graphs in Java). The UCSD instructors are excellent.