Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Algorithms and Data Structures in C++ (2020)
Rating: 3.3 out of 5(207 ratings)
8,386 students
Last updated 12/2019
English

What you'll learn

  • Explain and Use Sorting Algorithms
  • Construct Efficient Algorithms
  • Explain and Use Data Structures
  • Solve Problems

Course content

6 sections38 lectures2h 37m total length
  • Introduction1:31
  • Resources0:53

    Access the course resources, including two folders for sorting algorithms and data structures with solution files you can open to run; exercises are provided for the sorting algorithms lecture.

  • Say Hello0:15

    Introduce yourself in the Q and A section to share where you are from and why you enrolled in this course, helping us tailor a great learning experience.

Requirements

  • Basic knowledge of programming (conditions, loops, variables)
  • How pointers work

Description

This course will give you ability to solve problems, most people focus on programming language, but people offten forget about algorithms.

Algorithms are definetly more important than programming language, you can learn programming language in about week, but problem solving ability is much harder to learn. But the benefits are worth it.

When you get to interview mostly they care about your problem solving abilities.

To get your dream job, you need to know how to solve whatever problem they have. In this course you will learn how to do that.

Also I belive that nobody have time for long and booring lectures, so in this class I try to explain the important things in a fast and engaging way, so I won't bore you to death.

We start off with Sorting algorithms, I explain each algorithm and then I show you implementation in C++.

After that we take a look at Data Structures, I chosed In my opinion the best Structures for you to learn the important concepts.

As a bonus I go through complex problem solving techniques. And I show you how these works on common examples such as Knapsack and Minimum spanning tree.

I belive that  learning and understanding these concepts will help you solve problems more efficiently. 

Who this course is for:

  • Anyone who wants to improve their Problem Solving skils
  • Anyone who wants to learn Data Structures
  • Anyone who wants to learn Algorithms