Chevron Left
Back to Data Structures and Performance

Learner Reviews & Feedback for Data Structures and Performance by University of California San Diego

4.8
stars
2,210 ratings

About the Course

How do Java programs deal with vast quantities of data? Many of the data structures and algorithms that work with introductory toy examples break when applications process real, large data sets. Efficiency is critical, but how do we achieve it, and how do we even measure it? This is an intermediate Java course. We recommend this course to learners who have previous experience in software development or a background in computer science, and in particular, we recommend that you have taken the first course in this specialization (which also requires some previous experience with Java). In this course, you will use and analyze data structures that are used in industry-level applications, such as linked lists, trees, and hashtables. You will explain how these data structures make programs more efficient and flexible. You will apply asymptotic Big-O analysis to describe the performance of algorithms and evaluate which strategy to use for efficient data retrieval, addition of new data, deletion of elements, and/or memory usage. The program you will build throughout this course allows its user to manage, manipulate and reason about large sets of textual data. This is an intermediate Java course, and we will build on your prior knowledge. This course is designed around the same video series as in our first course in this specialization, including explanations of core content, learner videos, student and engineer testimonials, and support videos -- to better allow you to choose your own path through the course!...

Top reviews

DB

Oct 12, 2017

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.

SS

Dec 18, 2015

The course curriculum is well designed and teaches students the basic data structures needed to be a successful software engineer. The project is good, and the weekly assignments are challenging.

Filter by:

351 - 375 of 444 Reviews for Data Structures and Performance

By Saleem U B

Dec 26, 2015

Great one

By Denis G

Dec 22, 2015

Thank you

By José A T F

Dec 30, 2020

Perfect!

By Noah D G

Dec 23, 2018

Loved it

By Abdalla M

May 23, 2017

Loved it

By namnguyen

Nov 12, 2015

Perfect!

By xiaojing

Nov 10, 2017

Great !

By Олег Т

Jun 20, 2016

awesome

By Haoyu G

Jan 1, 2016

哎呦,不错啊。

By Sheldon D

May 16, 2017

great!

By Arun K S

Jun 29, 2016

Thanks

By AFJAL

Aug 26, 2022

good

By RAMAZAN K

Nov 3, 2018

devam

By Hamidreza G

Mar 12, 2016

Great

By SUMIT P

Dec 8, 2020

good

By Nikhil U

Nov 25, 2020

good

By 韩宇轩

Mar 4, 2020

good

By Alexey U

Dec 21, 2015

Cool

By Vladimir G

Jul 7, 2022

ni

By Karsten S

Feb 22, 2016

The lectures, assignments, and projects all encourage you to learn about how to design and use optimal search algorithms for text-based applications. I especially value how the discussions present the material in way that is relatively easy to see how it relates to search routines in general. My only complaint is that the instructions do not inform you about the constraints that the online grader implicitly imposes on you. This unfortunately meant that I was not able to submit code with further optimizations that I came up with.

By Deleted A

Feb 22, 2016

The content includes interesting and useful Java programming examples. The lecturers are generally on top of their subject matter and can speak confidently without visible notes. The tests are thorough and you won't get away with only half-knowledge. If you take all the lectures and study the slides, you will generally get to the necessary level of understanding.

By Sanath N

Jan 9, 2016

Amazing video lectures that help in understanding the concepts quickly. In video quizzes help make sure your thought process is right.

But The assignments are way too simple if we follow all the steps provided. Assignments have to be more challenging. Surely 5 stars if they add more challenging assignments to this course.

By Kevin P

Sep 12, 2020

This is a good course for beginners and from practice important concepts. The projects are pretty nice, and the instructions and tests are pretty clear. I don't like that you can choose the path of the videos, but it makes you save time. Only that sometimes it is difficult to choose.

By Ákos J B

Dec 31, 2016

Rebalance of the content could make the course even better. There were too many topics at week 4. Tries should be discussed in another week. The example code in the main at week 5 was a very good idea. Similar solution would make the understanding better during the other weeks.

By Lesly A

Dec 3, 2015

The content that has been showed through this course is enough balanced and sufficient to help learners around the world like me to understand clearly Data Structures with java and also for with the other programming languages.