Unordered Data Structures
About this Course
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.Created by: University of Illinois Urbana-Champaign

Related Online Courses
The development of appropriate educational and vocational guidance in Vocational Education and Training (VET) requires action strategies from guidance and tutors as a way of tackling early leaving... more
This final course in the specialization provides an introduction on types of the construction projects as well as the main concern of the productivity challenge in the construction industry.... more
The ACE Intro to Personal Training Career Starter Course quips aspiring trainers with essential knowledge in exercise science, program design, client assessment, and professional responsibilities.... more
This Specialization is for aspiring software developers with some programming experience in at least one other programming language (e.g., Python, C, JavaScript, etc.) who want to be able to solve... more
This is the final course of the Exam Prep AZ-400: Microsoft DevOps Engineer Expert Specialization. This course focuses on understanding how to analyze metrics from instrumentation to gain insights... more