Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Structures: An Illustrative Introduction
Rating: 4.4 out of 5(304 ratings)
7,068 students

Data Structures: An Illustrative Introduction

Learn everything you need to know about most common data structures with this illustrated series.
Created byKamran Ahmed
Last updated 9/2022
English

What you'll learn

  • Learn what data structures are
  • Understand most common datastructures
  • How different data structures work behind the scenes
  • Different operations you can perform on common data structures

Course content

3 sections11 lectures1h 17m total length
  • What are Data Structures?0:40

    Data structures are the in-memory representation of data. In this first video of the series, we will be looking at the introduction to data structures to understand:

    • What are Data Structures?

    • What are the different types of Data Structures?

    • Why do we need Data Structures?

    • What are some common Data Structures?


Requirements

  • Basic programming experience needed

Description

Data Structures are an essential topic for developers. All kinds of software and programs we write heavily rely on data and data structures in one way or another. Having a good understanding of data structures is going to be helpful in building robust applications.

In this free illustrated course, you will learn everything you need to know about Data Structures. We will start with the introduction to the data structures, understanding what they are, why we need them, what are the most common data structures and why picking the right data structure is important. With that out of the way, we will learn about the common data structures i.e. Arrays, Linked Lists, Stacks, Queues, Hash Tables, Trees, Heaps, and Graphs. For each of these data structures, we will first learn what the data structure is about, we will look behind the scenes to understand how it works, we will understand the common operations which can be performed on the given data structure, common use cases, and the complexity of different operations on that data structure.


This course also comes with an extra video to give you an introduction to algorithms, algorithmic complexities, common algorithmic complexities, and a comparison between each.

Who this course is for:

  • Beginner to intermediate developers willing to learn about the data structures