Learner Reviews & Feedback for Data Structures by University of California San Diego
About the Course
Top reviews
DG
May 24, 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 10, 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.
851 - 875 of 934 Reviews for Data Structures
By Ingram C
鈥Oct 9, 2025
good
By Sirojbek O
鈥Oct 4, 2024
good
By SHAZIB A
鈥May 24, 2023
good
By K R
鈥Nov 15, 2021
Good
By GADU R
鈥Jul 25, 2021
good
By KONDURU M 2
鈥Jul 24, 2021
good
By Himanshu S
鈥Jun 2, 2021
GOOD
By Asha D
鈥May 28, 2021
nice
By Madappa B
鈥Apr 21, 2021
good
By K S
鈥Dec 15, 2020
good
By DEVIREDDY R S
鈥Nov 27, 2020
Good
By 321910302007 g
鈥Nov 27, 2020
good
By KONJETI S S V
鈥Nov 24, 2020
good
By Pratik H
鈥Sep 30, 2020
Nice
By Sarath C
鈥Jul 29, 2020
good
By chaluvadi a
鈥Jul 14, 2020
good
By SHIVAM G
鈥Jul 4, 2019
good
By Tushar C
鈥Oct 19, 2024
...
By 221910303021 G C
鈥Jan 20, 2021
gg
By Vanshika K
鈥Nov 2, 2020
NA
By ABHINAV C
鈥Nov 17, 2024
.
By Andrey T
鈥Jun 11, 2016
[Slightly updated according to Michael's questions]
The course is fine, but comparing to the previous one - Algorithmic Toolbox - this one is weaker and with lesser quality.
Pros: the course contains some interesting data structures and valuable observations. The starter files for assignments are in place. Related books are given after each video session. All the tasks have automatic grader. There is a couple of interesting tasks to do.
Cons: the material is mostly lectures, and there is even a video where lecturer just reads the article from Wiki (Splay tree - has the same information with same lack of some proofs). Expected: add quizzes as it was in the first course. The course has less weeks - only 4 as comparing to 5 in AT. So various important data structures are not discussed. The course has less homework - 3 tasks each week as comparing to 5 in AT. And all 3 are usually just implementations of some basic algos seen in lectures.
I consider the course valuable due to a number of good videos and a couple of good tasks to do. But in general, this course has the area for improvement.
By Vlad
鈥May 14, 2016
The structure of the class follows the regular academic model you'll find in college: lecture -> lecture -> lecture -> assignment... repeat. I don't think this model is suitable for online delivery. Without discussion and the ability to interrupt and ask questions, the lectures are at times a more frustrating than useful (especially with 糖心vlog官网观看's user interface, which lacks quick rewind and is generally speaking rather poorly thought out).
For many of the topics, better videos exist online (try safari or pluralsight). As for the problems, they were the main source of learning, but were also at times a bit frustrating (the splay trees starter code was rather sad to look at). I find that hacker rank is probably better at delivering value (if you can forego the warm fuzzy feeling you get from getting a verified certificate, you'll probably be better served by practicing on hacker rank than from doing the problems in this course).
By Pancerny M
鈥Mar 31, 2020
Great set of topics, really good programming challenges. Lectures are NOT very helpful, mostly reading pseudocode from slides which don't make it easy to grasp the concept. Mostly I had to use other resources to understand what the lecture is about. Also, I was hoping that programming tasks will be set up the same way as in the Algorithmic Toolbox course where I could import/submit automatically everything to 糖心vlog官网观看. For this course, none of the exercises were available in Pycharm for Edu.
By Zhongyu K
鈥May 27, 2016
The depth and explanation of theoretical concepts are better than the first course. I like the in depth discussion over various introduced data structures, for instance there are comparisons between naive implementations vs smarter implementations. However overall the topic is very theoretical, maybe add a little more connection of each introduced data structure with respect to its application would make the topic less dry and more motivating.