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.
This course is part of the Accelerated Computer Science Fundamentals Specialization
Offered By


About this Course
Could your company benefit from training employees on in-demand skills?
Try Coursera for BusinessCould your company benefit from training employees on in-demand skills?
Try Coursera for BusinessSyllabus - What you will learn from this course
Orientation; Hashing
Disjoint Sets
Graph Data Structures
Graph Algorithms
Reviews
- 5 stars80.19%
- 4 stars14.23%
- 3 stars4.03%
- 2 stars0.57%
- 1 star0.96%
TOP REVIEWS FROM UNORDERED DATA STRUCTURES
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.
A lot of new concepts learned. However I would have like to do more programming, exploring more features of C++. Changing only one or two lines of an existing code does not help much in our learning.
#inlcude<iostream>
int main(){
std::cout<<"The Best C++ Courses in Data Structures Out There"<<std::endl;
return 0;
}
Excellent Course really helpful and exercises enjoyable exercises!!!
Very good teacher!
5 star
(You need to know C++ in advance).
About the Accelerated Computer Science Fundamentals Specialization

Frequently Asked Questions
When will I have access to the lectures and assignments?
What will I get if I subscribe to this Specialization?
What is the refund policy?
Is financial aid available?
More questions? Visit the Learner Help Center.