Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Basics of Data Structures & Algorithms in C++
Rating: 3.9 out of 5(355 ratings)
17,933 students
Created byMehak Mahajan
Last updated 11/2021
English

What you'll learn

  • Data Structure and its Types
  • Search Algorithms and its Concept with Example
  • Search Algorithm Implementation using C++
  • Complexity Analysis of Search Algorithms

Course content

5 sections21 lectures3h 48m total length
  • Topics to be Covered1:10

    Introduction to Data Structures and Algorithms

  • Introduction to Data Structures2:10

Requirements

  • Basics of any Programming Language ( for Implementation only)

Description

This is one of the Top Udemy Course on Data Structures , in which more than  10,000 students have already enrolled and benefited from this Course.

This is an online Comprehensive Course in which we will be covering some basic concepts of Data Structure and its types along with the Search Algorithms .

Search Algorithms are Discussed by following the below sequence :

i)  Example ,

ii)  then their algorithms ,

iii) their line by line coding explained using C++

iv) then there is analysis of complexity in which we will be covering both Space and Time Complexity .

v) Discussion related to Time and Space trade off.


Course Contents

  • Arrays

  • Linked List

  • Stack

  • Queues

  • Trees

  • Graphs

  • Search Algorithm

  • Implementation of search algorithm

  • Analysis of Complexity of Search Algorithm

By the end of this Course learner will feel very much confident about the Data Structure Algorithms and you will be able to decide which data set is suitable by which algorithm as we have more than one algorithm to perform a specific task, but keeping in view regarding the complexity, one can make decision which approach should be opted. Learner  can check your concepts by attempting the Practice test ( Assignment and Quiz) based on Interview Questions .

Who this course is for:

  • Students want to start learning Data Structure