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
Rating: 4.3 out of 5(173 ratings)
1,083 students

Data Structures and Algorithms

Data Structures operations and Analysing Algorithms
Last updated 5/2020
English

What you'll learn

  • Learning about the different types of operations on Linear ADT
  • Insight into the applications of linear ADT
  • Able to analyse the performance of an algorithm design based on the appropriate data structures.
  • Able to choose the data structure and algorithm for a given problem based on the evaluation

Course content

8 sections27 lectures5h 17m total length
  • Introduction5:01
  • Course Curriculum6:34
  • Introduction to Data Structure15:56

    Explore how data structures organize, store, process, and retrieve data to improve program efficiency, and learn to select structures based on data size, operations, and resource constraints.

Requirements

  • Be familiar with Fundamental Programming Concepts
  • Be familiar with Fundamental Mathematical Concepts

Description

This course is aimed at any undergraduate students who are at beginners level in learning Data Structure and Algorithm, This course focus on  the fundamental concepts of Data structure, its analysis and analysis of algorithms.

Basic ADT's Arrays, Linked Lists, Stacks and Queue are discussed in detail. The course is not aimed at writing the pseudo code  for  operations, rather on their working. Each one discussed with applications and their Pros and Cons.

The second part of the course is to teach analysis of simple algorithms with appropriate example. The two algorithm design technique  Iterative and Divide and Conquer are discussed in detail with reference to the sorting algorithms.

Each session is provided with practice example and quiz to know the level of understanding.

Who this course is for:

  • Beginners in learning Computer Science Subjects