Back to Advanced Data Structures in Java
University of California San Diego

Advanced Data Structures in Java

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.

Status: Code Reusability
Status: Software Design
IntermediateCourse30 hours

Featured reviews

CH

5.0Reviewed Aug 31, 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.

AK

5.0Reviewed May 29, 2018

I have learned so much from you and I look forward to learning more. Thank you for being a remarkable teacher and I am very grateful to have you as a teacher.

AL

5.0Reviewed Jan 29, 2016

Easy to Understand. Beautiful Course. Interesting Assignments and Quiz. Will help in my Career. Good Job by Google Engineers ,Coursera Team and the University.

VS

5.0Reviewed Apr 13, 2019

As I keep completing the assignment, I got more confident on my Java and debugging skills. I would recommend solidifying your undestanding of the Data Structures

BS

5.0Reviewed Apr 1, 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.

MK

5.0Reviewed 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.

KC

5.0Reviewed May 15, 2020

This course is really helpful since even though i got lecture from college this course explain it much easier in my opionon so thanks for making this course

NA

4.0Reviewed Oct 6, 2020

The course is execelent, really enjoy it, long time ago in the University did these algorithms, but never use them again, now the are everywhere, 100% recomend this course

TV

4.0Reviewed Feb 8, 2016

At first the course is hands on, later on it becomes more of theory. This would have been a challenging course if we had more harder graph problems to solve though.

IW

5.0Reviewed Aug 21, 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.

AM

5.0Reviewed 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

LH

4.0Reviewed Sep 29, 2016

This course was excellent! I learned so much and I am now able to understand the significance of knowing how Algorithms and Data Structures are related in a practical way. I