Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-01-02 08:41:42
30-Day Money-Back Guarantee

This course includes:

  • 16.5 hours on-demand video
  • 2 articles
  • Full lifetime access
  • Access on mobile and TV
Development Development Tools Algorithms

Introduction to Data Structures & Algorithms

Learn Data Structure & Algorithm from Scratch.
Rating: 3.8 out of 53.8 (240 ratings)
24,556 students
Created by Swastik Arora
Last updated 7/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • They will learn about the whole world of Data Structures & Algorithms, about how the data can be stored & managed, with Least Time Complexity & Space Complexity .

Course content

16 sections • 88 lectures • 16h 27m total length

  • Preview01:33
  • Preview01:43
  • Preview01:57
  • Preview02:47

  • Master Method
    07:30
  • Recursion Tree Method
    04:41
  • Quiz - 1
    3 questions

  • Bubble Sort
    16:55
  • Selection Sort
    10:24
  • Insertion Sort
    09:35
  • Merge Sort
    14:33
  • Quick Sort
    22:12
  • Heap Sort
    10:29
  • Counting Sort
    12:22
  • Radix Sort
    14:57
  • Bucket Sort
    09:59
  • Tree Sort
    11:50
  • Quiz - 2
    4 questions

  • Introduction
    04:42
  • Powering a Number
    07:58
  • Fibonacci Series
    09:43
  • Strassen's Algorithm for Matrix Multiplication
    05:05
  • Quiz - 3
    5 questions

  • Introduction
    10:23
  • Find all Triplets with 0 Sum
    10:19
  • Smallest element repeated 'k' times in an array
    07:12
  • Duplicate element within 'k' length
    07:27
  • Count Subarrays with equal number of 0's & 1's
    10:22
  • Minimum Deletions to make all the elements of an Array Same
    07:08
  • Group Words with same set of Characters
    11:43
  • Longest Subarray with Sum divisible by 'k'
    10:56
  • Quiz-4
    5 questions

  • Introduction
    08:23
  • Insertions in a Tree
    14:23
  • Deletions in a Tree
    24:21
  • Traversals Order in a Tree
    11:29
  • Rotations in a Tree
    26:33
  • Red Black Tree - Introduction
    08:36
  • Quiz - 5
    5 questions

  • Introduction
    06:09
  • Insert & Search in a Trie
    15:27
  • Delete Operations in a Trie
    10:57
  • Sorting Array of Strings using Trie
    12:39
  • Auto Complete Feature using Trie
    26:44
  • How to Implement Reverse DNS LookUp Cache
    25:15
  • How to Implement Forward DNS LookUp Cache
    20:01
  • Quiz - 6
    4 questions

  • Introduction to Priority Queue
    04:18
  • Priority Queue Implementation (Default)
    07:46
  • Min-Heap for Priority Queue Implementation
    07:53

  • Preview07:54
  • Memoization
    05:03
  • Longest Common Subsequence
    13:06
  • 0-1 Knapsack Problem
    10:03
  • Fractional Knapsack
    13:30
  • Weighted Job Scheduling
    10:06
  • Quiz - 7
    5 questions

  • Preview07:36
  • Graph Representation Methods, Adjacency Matrix
    14:13
  • Graph Representation Methods, Adjacency List
    08:30
  • Minimum Spanning Tree : Kruskal's Algorithm
    24:01
  • Minimum Spanning Tree : Prim's Algorithm
    17:56
  • Detect Cycle in a Directed Graph
    16:46
  • Detect Cycle in an Undirected Graph
    15:36
  • Topological Sorting
    13:35
  • Check whether the given Graph is Bipartite or not
    10:47
  • Breadth First Search(BFS)
    12:07
  • Depth First Search(DFS)
    10:13
  • Single Source Shortest Paths : Dijkstra's Algorithm
    20:27
  • Single Source Shortest Paths : Bellman Ford Algorithm
    18:44
  • All Source Shortest Paths : Floyd Warshall Algorithm
    10:55
  • Detecting Negative Cycle using Floyd Warshall
    07:34
  • Quiz -8
    5 questions

Requirements

  • Basic Programming Knowledge.
  • Knowledge of any of the Programming Language(C/C++, Java, Python.)
  • C++ Preferred for the Course

Description


This course is for all those people who want to learn data structure and Algorithm from absolute basic to Intermediate level. We don't expect you to have any prior knowledge on Data Structure or Algorithm, but a basic prior knowledge of any Programming Language(preferably C++) will be helpful.

Thanks for stopping by !

Who this course is for:

  • Engineering Students, Software working professionals who wants to learn Data Structure & Algorithm and get a job in top product based companies.

Instructor

Swastik Arora
Software Engineer, Excellent Teacher & Learning Enthusiast
Swastik Arora
  • 3.8 Instructor Rating
  • 240 Reviews
  • 24,556 Students
  • 1 Course

I put all my Heart into creation of Courses. I always try to explain everything the easiest possible way. I'm sure that my courses will help you in the programming adventure.

I believe that everyone has the ability to develop software if they are taught properly, Including you. I'm going to give you the context of each new concept I teach you. After my course you will finally understand everything that you code.

If you have any questions regarding any of the covered topics in my courses, please feel free to ask.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.