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:

101 - 125 of 444 Reviews for Data Structures and Performance

By Vasileios K

•

Sep 10, 2017

Very good course. The professors are really interesting and fun to watch. I really like the project oriented approach they take.

By Fan Y

•

Jan 8, 2017

The materials are interesting, but the course can become better if the instructors discuss more about stacks, queues and trees

By FANGRONG P

•

Feb 1, 2016

I knew most of the concepts before I get enrolled into this course, but I find the project assignments really interesting.

By Harish B N

•

Jan 14, 2016

Excellent Course!

The explanation is so detail with examples, even a person new to algorithms can understand the concepts.

By Sameer N

•

Apr 11, 2017

Well organized course. I loved the content and the real world assignments in the course. Thank you to all the 3 trainers.

By Marcelo K Y

•

May 24, 2018

Very good course ! The topics covered in this course are very useful to start code more complex functionalities in java.

By Saddam H

•

Oct 1, 2017

Best Teaching by best way with best material, I love you my all instructors of this course, may God give you long life.

By Kate T

•

Apr 24, 2020

Seriously awesome content. Never in my life have I understood data structures so well. Great instructors and content!!!

By DAVID L

•

Jun 22, 2019

A very well thought out course. Programming assignments were challenging enough and focused on the teaching material.

By Mattia C

•

Nov 11, 2016

It's really well made, everyone who took this course should be very proud of the program they made during those weeks.

By Nazeli M

•

Mar 30, 2016

Very good course containing interesting and fun projects! Professors' explanations make the topics easy to understand.

By Daniyar Z

•

Jun 26, 2016

The course gives you understanding of basic data structures, how they implemented and show their usage in real life.

By Eugene K

•

Feb 27, 2016

Well structured and explained, and, as always, provides very good programming assignments. Love this specialization!

By Gary W

•

Jan 25, 2016

Great course to refresh my memory on data structure that I haven't been thought about after graduating from college.

By Ritika D

•

Jul 30, 2019

I am very thankful to all the faculties for such an enjoyable learning experience. I thoroughly enjoyed the course.

By Matthew A

•

May 31, 2017

Very good, graded practical way to learn the fundamentals of data structures. Another great value course from UCSD.

By Mayco M

•

Feb 20, 2016

What i really enjoyed in this courser is that I learned how to measure and discuss the performance of a software.

By Brian D

•

Aug 12, 2022

Great course to learn about Java List Classes and HashMaps. Use Object Oriented Programming to solve problems.

By Paul H

•

Apr 30, 2016

Well Done - I enjoyed these key concepts and how they were put across. Also the testing methods are pretty good.

By Beata B

•

Nov 23, 2015

Great course! Interesting and challenging tasks - all of them very well prepared. Definitely worth recommending!

By Pooja M

•

Jul 13, 2017

involving course and best part is the project which provides practical exposure along with conceptual knowledge

By Feng Z

•

Jun 6, 2017

This course is really useful for people who want to learn basic knowledge about data structure and performance.

By Jianhao C

•

Jul 25, 2017

It's a great course with a lot of project experiences to gain for me, a student transferring from EE to CS

By Riddhi G

•

Jan 6, 2019

Superb course! Covered most of the topics in a very fluid manner. Could not stop once started the course.

By Yubo O

•

Jul 27, 2017

It gave a rather thorough intro to basic data structures and taught me to do a fantastic project. Thanks!