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 - Complete Course
Rating: 4.1 out of 5(52 ratings)
245 students

Data Structures and Algorithms - Complete Course

Master the fundamentals of data structures and algorithms.
Created byAbhishek Kumar
Last updated 10/2022
English

What you'll learn

  • Data Structures
  • Algorithms and Analysis of Algorithms
  • Programming interview skills

Course content

11 sections67 lectures14h 23m total length
  • Course Overview4:00
  • What are data structures and algorithms?8:21

Requirements

  • Basic programming skill in any laguage

Description

In this course we will understand different data structures and how to use them effectively for solving problems. It is expected that the students have basic experience in any high-level programming language. Data structures and algorithms are a crucial part of programming interviews. This course is a complete course on Complete data structure and algorithms. The main focus here will be mastering the Data structures, implementing those and some problems explaining application of those data structures and understand different programming paradigms, analysis of algorithms and applying different data structures.
In this course, we will cover the following topics:

  • Time and Space complexity of algorithms

  • Arrays,

  • Linked Lists,

  • Trees - Representation, binary trees, binary search trees, balanced binary search trees, and related problems

  • Stacks and Queues,

  • Heaps,

  • Graphs - representation, traversal of graph using breadth-first search, depth first search, graph algorithms

  • Hash Table,

  • Tries

  • Recursion

  • Dynamic Programming

A good understanding of data structures and algorithms is very crucial for programming interview. After completing this course you should be able to understand which data structures and algorithms should be used to solve a problem and why. It will not only prepare you for your coding interviews, but also make you a better programmer in general.

So, let's start our wonderful journey towards mastering data structures and algorithms.

Who this course is for:

  • Software Engineers
  • Computer Science students
  • Data Scientists