Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Structures in C++
Rating: 4.6 out of 5(889 ratings)
32,882 students

Data Structures in C++

For Beginners
Created byPedro Mercado
Last updated 4/2019
English

What you'll learn

  • Learn How To Implement Basic Data Structures

Course content

7 sections35 lectures3h 54m total length
  • Requirements and Curriculum1:01

    Learn data structures in C++, including linked lists and doubly linked lists, framed as abstract data types. Each video presents a visual representation before diving into code.

Requirements

  • Basic C++ Programming Knowledge

Description

In this course, we're going to be learning about data structures using C++. We're going to be covering with Linked List and Doubly Linked list data structures. Afterwards we will be covering Abstract Data Types.  An Abstract Data Type describes what is expected from a data structure. For example a Stack must have a push and pop method. So we will be covering the following Abstract Data Types, such as a Stack,Queue,Binary Search Tree, Min/Max Heap.

Who this course is for:

  • Individuals with the desire to learn about data structures and how to implement their own data structures