Chevron Left
返回到 Data Structures

学生对 University of California San Diego 提供的 Data Structures 的评价和反馈

4.6
5,548 个评分

课程概述

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!...

热门审阅

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.

筛选依据:

776 - Data Structures 的 800 个评论(共 934 个)

创建者 Ayaz K

Jun 27, 2019

Overall course is excellent but programming assignments are not a cup of tea.

创建者 Tizeng Y

Oct 15, 2018

The assignment should provide more problems related to BST and other trees.

创建者 Aldunin D A

May 5, 2018

Some lectures have extremely not balanced sound level and really hurt ears.

创建者 Brian

Aug 14, 2020

There was this one instructor who had heavy accent but overall good course

创建者 Ranjit K

Jan 15, 2022

Very Good Course To understand data structures deeply. good explaination.

创建者 Saurab D

Mar 17, 2018

The programming exercise in hashing should have been more challenging.

创建者 S S K

Jun 6, 2016

the teachers are good and the visualization of lectures are very nice.

创建者 Aamir F

Jul 22, 2020

BST videos were quite fast. i had to take youtube tutorial for that.

创建者 Richard Z

Jun 5, 2019

The course itself has amazing content as always. I've learned a lot.

创建者 Aritra G

Oct 8, 2018

C

o

u

l

d

n

o

t

f

i

g

u

r

e

o

u

t

t

h

e

i

s

s

u

e

s

w

i

t

h

I

S

_

B

S

T

C

a

s

e

9

t

h

o

u

g

h

, and why it failed.

创建者 Tri W G

Apr 3, 2018

I love the couse but sadly there's only little help in the forum

创建者 shawkot h r

Jun 20, 2020

It was amazing! But I think the lecture should be more easier.

创建者 Anubhav R

Aug 24, 2019

Course was good. I wish AVL rotations were explained better.

创建者 Stefan M

Apr 10, 2018

Really good material on priority queues and binary heaps.

创建者 Jalauk S M

Nov 29, 2020

if you want to get an expert in this subject,then go on.

创建者 Rajat A

Aug 15, 2018

Few more data structures can be included like Graphs .

创建者 MAYANK K

Jul 20, 2020

good videos, clears all doubts in the videos and ppt.

创建者 Hang P

Oct 10, 2019

it's good but I wish the materials are more detailed

创建者 navin p

Aug 16, 2022

Really got deep insight of the topics. Thanks a lot

创建者 Prathmesh S J

May 16, 2020

Awesome Course. But Some Concept I Can't Understand

创建者 Deleted A

Nov 7, 2018

Some algorithms validations do not work properly :/

创建者 Jack L

Aug 10, 2022

Personally I felt the pace was a bit too fast.

创建者 Rajat S

Jul 16, 2020

Good course. Really gained a lot of knowledge!

创建者 sukanya p

Aug 8, 2018

Some more assignments would have been better.

创建者 Amritpal s

Apr 23, 2018

great things to learn about data structures