Chevron Left
Back to Data Structures

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

4.6
stars
5,350 ratings

About the Course

A good algorithm usually comes together with a set of good data structures that allow the algorithm to manipulate the data efficiently. In this online course, we consider the common data structures that are used in various computational problems. You will learn how these data structures are implemented in different programming languages and will practice implementing them in our programming assignments. This will help you to understand what is going on inside a particular built-in implementation of a data structure and what to expect from it. You will also learn typical use cases for these data structures. A few examples of questions that we are going to cover in this class are the following: 1. What is a good strategy of resizing a dynamic array? 2. How priority queues are implemented in C++, Java, and Python? 3. How to implement a hash table so that the amortized running time of all operations is O(1) on average? 4. What are good strategies to keep a binary tree balanced? You will also learn how services like Dropbox manage to upload some large files instantly and to save a lot of storage space!...

Top reviews

DG

May 23, 2016

I like this course very much! Rope is the cleverest task I have ever done! Of course, I hope in future I will work on even more difficult problems, but this is pretty good already for me as a student!

PS

Jul 9, 2020

I think the course content and assignments were great. A suggestion though, it will be more helpful if there are more and varied corner cases that would save time spent in thinking and making cases.

Filter by:

251 - 275 of 901 Reviews for Data Structures

By Priyansh B

Sep 14, 2018

Finally I learned how to implement data structures. Thanks to this course.

By Mayur P

Apr 30, 2023

one of the best course that i ever had thanks for teaching me this course

By Shreyash P

Nov 12, 2022

This course is really helpful to learn all the concepts of Data structure

By Le Q T

Aug 9, 2020

really good for me,

can understand about types of data, thank you teacher.

By T K

Aug 8, 2020

learned a lot during programming assignments, concepts are explained well

By Nikhil R

Jun 21, 2020

was very conceptual , would appreciate if you add more practice questions

By SATVIK S

Jun 22, 2020

a great course with tough assignments which makes you scratch your head!

By Rodrigo R F

Apr 9, 2018

Simplesmente fantástico! Conteúdo muito completo e a didática é perfeita

By Xiaoxing Q

Jan 18, 2018

Excellent course, although it is hard for me because it is not my major.

By Hawk G

Oct 1, 2016

Excellent course well explained with both theory and practical examples!

By Maddikunta S R

Apr 10, 2023

superb and excellent course helped so much to now about data sturcutres

By Dil M

Aug 31, 2020

A great course, very good for the learners and to improve coding skills

By Ivan G

May 22, 2017

Excellent course. Hashing was very interesting and very good explained.

By Arpan

Oct 11, 2022

It was really helpful for me. And I hope the same for the others too.

By Aleksei

May 11, 2021

The best course about Data Structures I've participated. Thanks a lot!

By felipe a

May 10, 2021

Great course, it is quite a challenge no matter what language you use.

By Konga B

Oct 24, 2020

Awesome course. I recommend everyone who want to learn data structures

By Santanu B

Oct 2, 2020

It was a very helpful course,had a great time learning Data Structures

By THAKARE P S

Jun 24, 2020

I thank all the great instructors for creating such a lucrative course

By Harish M

Apr 1, 2020

Good course and explanation, tough assignments make you to learn a lot

By nosferatum

Dec 9, 2017

Cool advanced tasks for BST. Very Good explanations about hash tables.

By Emilio M

Nov 20, 2017

It was a very good experience to take this course, tank you very much!

By Ian C

Aug 11, 2021

It's a good course for coding and knowledge about the Data structure.

By RAVVA S

Jul 5, 2021

Good course for the students to learn from the basics in an easy vway

By Roshan K S

Jul 21, 2020

wonderful course!Really increased my coding skills and DSA knowledge.