Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Using Advanced Data Structures in Modern Applications

via Pluralsight

Overview

Through a strong focus on intuition, examples, and real-world scenarios, you'll learn the inner workings of some very powerful data structures, and see how they can help you to both achieve great performance and solve seemingly complex problems. Start Learning from Pluralsight Courses Today!

Many problems in modern applications can be solved in a simple and elegant way by utilizing a specific data structure. In this course, Using Advanced Data Structures in Modern Applications, you will learn a variety of such data structures that are incredibly useful but normally outside the scope of introductory courses in programming or algorithmics. The course is loaded with examples and focuses on practicality rather than formulas and proofs. First, you will dive into the exciting world of hashing and see how different hash functions and hash table implementations perform very differently. Next, you will learn how bloom and cuckoo filters work and how they can be used to reduce communication between infrastructure components and prevent a cache from being wasted on one-off items. Then, you will discover how to efficiently index and query geographical positions and numeric properties using spatial indexing mechanisms such as geohashing, B-trees, R-trees, and M-trees. After that, you will explore the inner workings of disjoint-set data structures and see how they can be used to efficiently form clusters of related users of an application. Finally, you learn how tries and suffix trees work and how to easily build an auto-completion back-end upon them. By the end of this course, you will have a large toolbox of data structures at hand that can help you solve a number of apparently complex problems with minimal effort.

Syllabus

  • Course Overview 1min
  • Introduction 8mins
  • Hashing 1: Hash Functions and Hash Tables 48mins
  • Hashing 2: Saving Space with Probabilistic Bloom Filters 27mins
  • Hashing 3: Saving Space and Allowing Deletion with Cuckoo Filters 23mins
  • Querying Space and Time with Tree Structures 59mins
  • Efficient Set Operations with Disjoint-set Structures 32mins
  • Prefix-querying Sequences Efficiently with Tries 30mins
  • Infix-querying Sequences Efficiently with Suffix Trees 28mins

Taught by

Rasmus Amossen

Reviews

4.6 rating at Pluralsight based on 86 ratings

Start your review of Using Advanced Data Structures in Modern Applications

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.