Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Structures and Algorithms in C++ For Coding Interview
Rating: 4.5 out of 5(733 ratings)
6,441 students

Data Structures and Algorithms in C++ For Coding Interview

Covers Algorithmic Problems in C++ That range a variety of data structures which often pop up during a coding interview.
Last updated 4/2018
English

What you'll learn

  • Solve Easy to Medium Difficulty problems that address different data strutures
  • Have an understanding of how to systematically approach coding problems in a step by step manner

Course content

19 sections63 lectures6h 55m total length
  • Introduction to Course3:44
  • What is LeetCode, and How will we use it?0:22

Requirements

  • C++ Beginner to Intermediate Level (Loops/If Statements/Templates)
  • Basic Understanding of BIg Oh Notation (What does O(n) mean, what does O(nlogn) mean, etc)
  • Very Basic Understanding of Recursion (Factorial example suffices)

Description

Welcome to Data Structures and Algorithms in C++ For Coding Interview!

This is the most comprehensive online course to help you with your coding interviews and solving algorithmic problems with Data Structures! This course utilizes C++'s strong standard library to efficiently teach you what you need to know to solve basic algorithmic and data structures interview problems in the coding interview!

This course will teach you everything you need to know about utilizing data structures in your algorithms. We discuss data structures and algorithmic techniques such as:

  • Array/Strings Sequences

  • Stacks

  • Recursion

  • Hash Maps

  • Binary Trees

  • Searching and Sorting Algorithms

  • Heaps

  • Several Assignments to solidify your understanding

PLEASE NOTE: 

If You're a complete beginner to C++, this course is not for you. Please make sure you satisfy the requirements before joining the course.

Who this course is for:

  • Any one interested in learning more about Data Structures and Algorithms
  • Any one who wants to know how to implement solutions to algorithmic problems in C++ using data structures
  • Any one who is preparing for a coding interview
  • Any one who is thinking to become a software engineer and interviewing with Large companies