Chevron Left
返回到 Unordered Data Structures

学生对 University of Illinois Urbana-Champaign 提供的 Unordered Data Structures 的评价和反馈

4.7
556 个评分

课程概述

The Unordered Data Structures course covers the data structures and algorithms needed to implement hash tables, disjoint sets and graphs. These fundamental data structures are useful for unordered data. For example, a hash table provides immediate access to data indexed by an arbitrary key value, that could be a number (such as a memory address for cached memory), a URL (such as for a web cache) or a dictionary. Graphs are used to represent relationships between items, and this course covers several different data structures for representing graphs and several different algorithms for traversing graphs, including finding the shortest route from one node to another node. These graph algorithms will also depend on another concept called disjoint sets, so this course will also cover its data structure and associated algorithms....

热门审阅

JA

Mar 9, 2021

Excellent Course really helpful and exercises enjoyable exercises!!!Very good teacher!5 star(You need to know C++ in advance).

RK

Jan 11, 2021

Overall very good course. It is VERY time consuming if don't have background in CS. Each programming projects can easily take 35-40 hours to complete.

筛选依据:

51 - Unordered Data Structures 的 75 个评论(共 110 个)

创建者 Barathraj T

Jul 30, 2020

Fantastic course.Try out if you want to master yourself with these topics.

创建者 Doudou H

Jan 18, 2020

Simple examples make the concepts easy to understand. A great course.

创建者 Saroj B

Feb 20, 2020

Enjoyed the challenge questions and projects! Thanks for the course

创建者 Neetish B

Jan 19, 2021

I learned a lot from the course; especially from the assignments.

创建者 Mike W

Feb 9, 2022

Great introduction to C++ and data structures. Nice work Wade.

创建者 Aaron H

Dec 23, 2020

Muy buen curso y ahora mejor que ya casi todo esta en español

创建者 Christopher L

May 29, 2020

Really excellent introduction to CS fundamentals. Thank you!

创建者 Andreas A

May 2, 2020

The instructor was very enthusiastic. It was a fun course.

创建者 Orel B

Feb 1, 2022

great and indepth course with challenging practices

创建者 Kevin D D

Apr 13, 2020

This course content is very practical and concise.

创建者 Amar R

Jun 1, 2019

Thanks for offering this challenging course!

创建者 Ben m

Feb 24, 2020

Good introduction to graphs, I enjoyed it.

创建者 VIDIPT K 2

Feb 7, 2023

Very informative and excellent videos.

创建者 Ping W

Nov 6, 2019

Great class! Exceeded my expectations!

创建者 Yuyuan L

Nov 18, 2019

One of the best courses in Coursera!

创建者 Yuxin W

Oct 23, 2019

Good course with good exercises.

创建者 James T

Oct 10, 2022

Overall good intro to CS

创建者 Michael F

Oct 25, 2020

Great intro to the topic.

创建者 Wei D

Mar 18, 2020

Good course, very clear.

创建者 Harsh B K

Oct 28, 2019

Great Assignments...

创建者 Juan C C C

Jul 17, 2020

Amazing lectures!

创建者 조정빈(공과대학 전

Mar 9, 2021

helpful lecture!

创建者 Jeff F

Aug 26, 2020

Amazing Course

创建者 Kai-Jen Z

Nov 16, 2019

Awesome!

创建者 Jeff D

Nov 30, 2020

Thanks