Book Image

Data Structures and Algorithms: The Complete Masterclass [Video]

By : Shubham Sarda
4 (2)
Book Image

Data Structures and Algorithms: The Complete Masterclass [Video]

4 (2)
By: Shubham Sarda

Overview of this book

With the knowledge of data structures and algorithms at your fingertips, you can write efficient computer programs to solve real-world problems. This course will help you to get up and running with data structures and algorithms in no time. The course starts by explaining the concepts of complexity analysis and big O notation. Next, you will become familiar with the concepts of memory and logarithms. Moving along, you will get a solid understanding of data structure concepts, such as arrays, linked lists, stacks, queues, hash tables, trees, heaps, and graphs. Next, you will understand what recursion is and get to grips with a variety of basic and advanced algorithms, such as searching, sorting elementary, sorting advanced, tree traversal, and graph traversal. Towards the end, you will go through a set of interview questions that will enhance your knowledge of data structures and algorithms and prepare you for job interviews. By the end of this course, you will have gained exceptional knowledge of data structure and algorithms and will have developed skills to apply in the real world.
Table of Contents (31 chapters)
Free Chapter
1
Course Introduction
3
Essential Concepts - I
4
Data Structure - Introduction
7
Data Structures – Stack and Queue
8
Data Structures – Hash Tables
10
Data Structures – Heaps
11
Data Structures – Tries
12
Data Structures – Graphs
19
Implementations and Interview Questions
20
Question 1: Two Sum
21
Question 2: Min Stack
22
Question 3: Max Stack
24
Question 5: Reserve Linked List
28
Question 9: Detect Capital
29
Question 10: Reverse Strings
31
Thank You for Being Here!
Chapter 15
Algorithm: Sorting Elementary
Content Locked
Section 2
Bubble Sort
This video explains the concept of bubble sort.