Chevron Left
Back to Data Structures

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

4.6
stars
5,410 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

AS

Invalid date

The lectures and the reading material were great. The assignments are challenging and require thought before attempting. The forums were really useful when I got stuck with the assignments

YL

Invalid date

Overall, it's good. But some chapters like the binary search tree and hash table, the instructions are now very heuristic. I can only understand the content after reading the textbook.

Filter by:

351 - 375 of 914 Reviews for Data Structures

By Sarthak J

Oct 28, 2017

It's the best course i'have ever had till now.

By KRITIKA C

Jan 20, 2022

Excellent course!

very helpful, learnt a lot.

By Gadiraju S V

Jul 2, 2020

IN depth explaination and very good material.

By matin m

Mar 26, 2023

this course was very helpful. thanks a lot🙏

By Andrey A

Dec 21, 2016

Very informative and, at times, challenging.

By Hubert Z

Oct 31, 2019

Some programming assignments are difficult!

By Vedant P

Jan 9, 2019

Good combination of Theory and Application.

By Yuxuan H

Jul 30, 2018

Nice introductory course to data structures

By Yao Z

Oct 7, 2017

Thank you for providing this awesome course

By Abhay G

Nov 15, 2020

Course is very intresting and knowledgable

By Basavasagar K P

Jul 7, 2020

Excellent course for learn data structures

By Adi M

Sep 23, 2018

Brilliant introduction to data structures.

By Andrew M

Nov 20, 2023

Very good programming problems!!! Thanks

By Sourabh A

Jan 20, 2022

wonderful course it is very helpful to me

By pawan k

Dec 17, 2019

Good explanation of basic data structures

By Sunil G

Aug 13, 2017

Really good explanations and code samples

By Huynh L D

Apr 23, 2016

Awesome extension of the previous course.

By Alek R

Dec 11, 2018

second course is just as good as first..

By Kajal S

Jun 16, 2020

Nice course to learn data structures.

By Christian S

Nov 7, 2017

Great job! i learning so much Thanks!

By 徐理

Oct 18, 2018

good course! I've got a lot from it.

By 4MH20CS020 D D

Feb 5, 2022

Really Amazing course for Beginners

By bolgum h g 2

Jul 5, 2021

for good understanding it is better

By Ahmed A S

Sep 20, 2020

It was a great learning experience.

By Parth P

May 13, 2020

Questions for assignments are good.