Videos

Video thumbnail for Breadth First Search (BFS): Visualized and Explained
10:41
Icon for www.youtube.comyoutube.com › watch

Breadth First Search (BFS): Visualized and Explained

In this video we break down the BFS algorithm in a visual manner with examples and key intuition. We then show the implementation of the algorithm with code and then finish off the video by demonstrating how you can use the BFS algorithm to solve the Flood Fill problem. 0:00 Introduction 0:45 BFS Intuition/Examples 2:39 BFS Implementation 5:19 ...
YouTube
· Sep 26, 2020
Video thumbnail for Best First Search (BFS) Algorithm | BFS Solved Example in Artificial Intelligence by Mahesh Huddar
08:55
Icon for www.youtube.comyoutube.com › watch

Best First Search (BFS) Algorithm | BFS Solved Example in Artificial Intelligence by Mahesh Huddar

Best First Search (BFS) Algorithm | BFS Solved Example | Heuristic Search Algorithm in Artificial Intelligence by Mahesh Huddar The following concepts are discussed: ______________________________ Best First Search Algorithm, Best First Search (BFS) Algorithm, BFS Solved Example, Heuristic Search Algorithm ******************************** 1 ...
YouTube
· Dec 8, 2022
Video thumbnail for Breadth First Search Algorithm | Shortest Path | Graph Theory
07:23
Icon for www.youtube.comyoutube.com › watch

Breadth First Search Algorithm | Shortest Path | Graph Theory

Breadth First Search (BFS) algorithm explanation video with shortest path code Algorithms repository: https://github.com/williamfiset/algorithms#graph-theory Video Slides: https://github.com/williamfiset/Algorithms/tree/master/slides/graphtheory ===================================== Practicing for interviews? I have used, and recommend ...
YouTube
· Apr 2, 2018
Video thumbnail for Solution to 8 Puzzle problems using the Best First Search (BFS) Algorithm in Artificial Intelligence
06:43
Icon for www.youtube.comyoutube.com › watch

Solution to 8 Puzzle problems using the Best First Search (BFS) Algorithm in Artificial Intelligence

Solution to 8 Puzzle problems using the Best First Search 8 Puzzle Problem using BFS Algorithm in Artificial Intelligence The following concepts are discussed: ______________________________ 8 Puzzle problem in artificial intelligence, 8 Puzzle problem in AI, 8 Puzzle problem using BFS, 8 Puzzle problem using breadth first search, 8 Puzzle ...
YouTube
· Apr 19, 2024
Video thumbnail for Breadth-First Search Algorithm Solved Example Advantages and Disadvantages by Dr. Mahesh Huddar
07:17
Icon for www.youtube.comyoutube.com › watch

Breadth-First Search Algorithm Solved Example Advantages and Disadvantages by Dr. Mahesh Huddar

Breadth-First Search Algorithm Solved Example Advantages and Disadvantages by Dr. Mahesh Huddar Blog / Web Notes: https://www.vtupulse.com/artificial-intelligence/breadth-first-search-example-advantages-and-disadvantages/ The following concepts are discussed: ______________________________ Breadth-First Search Algorithm, Solved example with ...
YouTube
· Jan 26, 2022
Video thumbnail for Breadth first search algorithm Example | BFS | uninformed | AI | Lec-13 | Bhanu Priya
04:15
Icon for www.youtube.comyoutube.com › watch

Breadth first search algorithm Example | BFS | uninformed | AI | Lec-13 | Bhanu Priya

Artificial Intelligence ( AI ) Example on breadth first search algorithm in artificial intelligence Class Notes ( pdf ) website : https://education4u.in/ Lec-12: https://youtu.be/cqE6WS2GFzA Lec-14 : https://youtu.be/rmKOOxU4Gf4
YouTube
· Aug 29, 2019
Video thumbnail for Mastering Bidirectional BFS with a Comprehensive Tutorial
07:46
Icon for www.youtube.comyoutube.com › watch

Mastering Bidirectional BFS with a Comprehensive Tutorial

Bidirectional BFS (Breath-First Search) is a powerful search algorithm that can be used to solve a wide range of problems, including pathfinding and graph traversal. In this YouTube tutorial, we'll be exploring what bidirectional BFS is, how it works, and why it's so useful. We'll start by discussing the basics of BFS and then delve into the ...
YouTube
· Feb 6, 2023
Video thumbnail for Breadth First Search grid shortest path | Graph Theory
16:51
Icon for www.youtube.comyoutube.com › watch

Breadth First Search grid shortest path | Graph Theory

Finding the shortest path on a grid using the Breadth First Search (BFS) algorithm on an unweighted graph. Algorithms repository: https://github.com/williamfiset/algorithms#graph-theory Video slides: https://github.com/williamfiset/Algorithms/tree/master/slides Dungeon master problem link: https://open.kattis.com/problems/dungeon Breadth-first ...
YouTube
· Apr 20, 2018
Video thumbnail for 6.2 BFS and DFS Graph Traversals| Breadth First Search and Depth First Search | Data structures
20:27
Icon for www.youtube.comyoutube.com › watch

6.2 BFS and DFS Graph Traversals| Breadth First Search and Depth First Search | Data structures

In this video, I have explained BFS and DFS Graph Traversal | BFS (Breadth First Search) DFS (Depth First Search), BFS with help of Queue data structure and DFS with the help of Stack data structure. DSA Full Course: https: https://www.youtube.com/playlist?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU ****************************************** More ...
YouTube
· Jan 25, 2019
Video thumbnail for Breadth First Search (BFS) Graph Traversal in Data Structures
19:00
Icon for www.youtube.comyoutube.com › watch

Breadth First Search (BFS) Graph Traversal in Data Structures

Breadth-First Search Algorithm: In this video, we will look into BFS spanning tree and BFS - Breadth first search graph traversal algorithm in data structure All the source code and other material will be uploaded on https://codewithharry.com as and when available! Checkout my English channel here: https://www.youtube.com/channel/UC7btqG2Ww0 ...
YouTube
· Nov 3, 2021
Video thumbnail for Breadth First Search (BFS) || Graph Traversals || Algorithm for BFS || BFS and DFS Graph Traversals
20:55
Icon for www.youtube.comyoutube.com › watch

Breadth First Search (BFS) || Graph Traversals || Algorithm for BFS || BFS and DFS Graph Traversals

This video contains the description about 1. Algorithm for Breadth First Search (BFS). 2. Example Problem on BFS FOR INTRODUCTION TO BFS PLEASE WATCH THIS LINK https://www.youtube.com/watch?v=66crPhvaoqs Breadth First Search (BFS) Graph Traversals Algorithm for BFS BFS and DFS Graph Traversals BFS DFS Depth First Search #BreadthFirstSearch # ...
YouTube
· Apr 12, 2020
Video thumbnail for 5.1 Graph Traversals - BFS & DFS -Breadth First Search and Depth First Search
18:31
Icon for www.youtube.comyoutube.com › watch

5.1 Graph Traversals - BFS & DFS -Breadth First Search and Depth First Search

Breadth First Search Depth First Search PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ================ Java Programming https://www.udemy.com/course/java-se-programming/?referralCode=C71BADEAA4E7332D62B6 Data Structures using C and C++ https://www.udemy.com/course/datastructurescncpp/?referralCode=BD2EF8E61A98AB5E011D ...
YouTube
· Feb 24, 2018
Video thumbnail for Graph Traversals - Breadth First Search|BFS
12:14
Icon for www.youtube.comyoutube.com › watch

Graph Traversals - Breadth First Search|BFS

#GraphTraversals #BreadthFirstSearch #BFS BFS with help of Queue data structure and DFS with the help of Stack data structure.
YouTube
· Jul 22, 2019
Video thumbnail for Artificial Intelligence - water jug problem using BFS and DFS
14:32
Icon for www.youtube.comyoutube.com › watch

Artificial Intelligence - water jug problem using BFS and DFS

Artificial Intelligence - water jug problem using BFS and DFS
YouTube
· Apr 1, 2023
Video thumbnail for BFS DFS - Simplified
19:13
Icon for www.youtube.comyoutube.com › watch

BFS DFS - Simplified

Breadth First Search and Depth First Search Traversal Methods of a Graph. with valid and invalid examples.
YouTube
· Oct 23, 2015
Video thumbnail for L59: BFS, DFS Graph Traversals | Breadth First Search, Depth First Search | Practice Problems
14:28
Icon for www.youtube.comyoutube.com › watch

L59: BFS, DFS Graph Traversals | Breadth First Search, Depth First Search | Practice Problems

Full Course of Data Structures: https://youtube.com/playlist?list=PLV8vIYTIdSna11Vc54-abg33JtVZiiMfg In this video you can learn about Practice Problems on Breadth First Search(BFS), Depth First Search(DFS) Graph Traversals in Data Structures Course. Following topics of Data Structures Course are discusses in this lecture: Practice Problems on ...
YouTube
· Dec 28, 2020
Video thumbnail for BFS DFS implementation | C program to display graph using BFS and DFS
24:58
Icon for www.youtube.comyoutube.com › watch

BFS DFS implementation | C program to display graph using BFS and DFS

Data Structures and Algorithms: BFS DFS implementation | C program to display graph using BFS and DFS This video covers C program to display graph using BFS and DFS in detail. The code is done in C programming language. BFS and DFS traversals on the graph are explained with code. Link for the more related videos: Stack Introduction and ...
YouTube
· Oct 13, 2021
Video thumbnail for L-4.15: BFS & DFS | Breadth First Search | Depth First Search | Graph Traversing | DAA
11:16
Icon for www.youtube.comyoutube.com › watch

L-4.15: BFS & DFS | Breadth First Search | Depth First Search | Graph Traversing | DAA

👉Subscribe to our new channel:https://www.youtube.com/@varunainashots Design and Analysis of algorithms (DAA) (Complete Playlist): https://www.youtube.com/playlist?list=PLxCzCOWd7aiHcmS4i14bI0VrMbZTUvlTa Other subject-wise playlist Links ...
YouTube
· Sep 15, 2022
Video thumbnail for How to Solve 8-Puzzle Problem with Heuristic(Informed Search) in Artificial Intelligence
11:07
Icon for www.youtube.comyoutube.com › watch

How to Solve 8-Puzzle Problem with Heuristic(Informed Search) in Artificial Intelligence

👉Subscribe to our new channel:https://www.youtube.com/@varunainashots How to Solve 8 Puzzle problem Without Heuristic (Uninformed Search) link: https://youtu.be/_CrEYrcImv0 Artificial Intelligence (Complete Playlist): https://www.youtube.com/playlist?list=PLxCzCOWd7aiHGhOHV-nwb0HR5US5GFKFI Other subject-wise playlist Links
YouTube
· Dec 15, 2019
Video thumbnail for Lecture 34 – Breadth First Search (BFS) traversal in Directed Graph (മലയാളത്തിൽ) – Data Structures
08:58
Icon for www.youtube.comyoutube.com › watch

Lecture 34 – Breadth First Search (BFS) traversal in Directed Graph (മലയാളത്തിൽ) – Data Structures

Breadth First Search (BFS) algorithm traverses a graph in a breadthward motion and uses a queue to remember to get the next vertex to start a search, when a dead end occurs in any iteration. BFS traversal of a graph produces a spanning tree as final result. Spanning Tree is a graph without any loops. We use Queue data structure with maximum ...
YouTube
· Jul 1, 2021
Video thumbnail for Greedy Best First Search-Artificial Intelligence-Unit – 1 -Problem Solving -Informed Searching
10:04
Icon for www.youtube.comyoutube.com › watch

Greedy Best First Search-Artificial Intelligence-Unit – 1 -Problem Solving -Informed Searching

Unit – 1 – Problem Solving Informed Searching Strategies - Greedy Best First Search Greedy best-first search algorithm always selects the path which appears best at that moment. It is the combination of depth-first search and breadth-first search algorithms. It uses the heuristic function and search. With the help of best-first search, at ...
YouTube
· May 13, 2021
Video thumbnail for DFS vs BFS, When to Use Which?
09:25
Icon for www.youtube.comyoutube.com › watch

DFS vs BFS, When to Use Which?

In this video, we'll be going through the difference between depth-first search and breadth-first search, and going through an example LeetCode problem of when to use each. 🟪 To learn more about DSA patterns: https://algo.monster 🥷 Discord: https://discord.gg/NzM4te47DT Find our flowchart here: https://algo.monster/flowchart Do you blank ...
YouTube
· Aug 22, 2024
Video thumbnail for A Star Search Algorithm Explained | A* Search Solved Example Artificial Intelligence Mahesh Huddar
11:57
Icon for www.youtube.comyoutube.com › watch

A Star Search Algorithm Explained | A* Search Solved Example Artificial Intelligence Mahesh Huddar

A Star Search Algorithm Explained | A* Search Solved Example in Artificial Intelligence by Mahesh Huddar AO* search Algorithm: https://www.youtube.com/watch?v=NiY32wS2UVw A* (A Star) Search Algorithm with Solved Example: https://www.youtube.com/watch?v=iTG7NjQu0Qs A star Search Algorithm 8 Puzzle Problem: https://www.youtube.com/watch?v ...
YouTube
· Dec 12, 2022
Video thumbnail for Depth First Search Algorithm Solved Example Advantages and Disadvantages by Dr. Mahesh Huddar
07:11
Icon for www.youtube.comyoutube.com › watch

Depth First Search Algorithm Solved Example Advantages and Disadvantages by Dr. Mahesh Huddar

Depth First Search Algorithm Solved Example Advantages and Disadvantages by Dr. Mahesh Huddar Blog / Web Notes: https://www.vtupulse.com/artificial-intelligence/depth-first-search-example-advantages-and-disadvantages/ The following concepts are discussed: ______________________________ Depth First Search Algorithm Solved Example of Depth First ...
YouTube
· Jan 27, 2022
Video thumbnail for BFS and DFS algorithm for Graph QUICK TRICK
27:09
Icon for www.youtube.comyoutube.com › watch

BFS and DFS algorithm for Graph QUICK TRICK

Study BFS and DFS algorithm for Graph QUICK TRICK explanation. In this video we are going to see the trick to get BFS and DFS of a graph.
YouTube
· Oct 12, 2018
Video thumbnail for 🎁👑EASY WAY TO LEARN GRAPHS BFS & DFS C PROGRAMMING (PART-4)🎁👑
24:08
Icon for www.youtube.comyoutube.com › watch

🎁👑EASY WAY TO LEARN GRAPHS BFS & DFS C PROGRAMMING (PART-4)🎁👑

GRAPHS.....I. BFS (Breadth First Search) II. DFS (Depth First Search) ....Program to implement DFS & BFS TRAVERSAL in C......Exercise....Practice problem..... 🥰Other videos :🥰 ️🌺 🎀INTRODUCTION TO DATA STRUCTURE & ALGORITHMS🌺 🎀👉https://www.youtube.com/watch?v=zskdTKFA6Qg ️💘🎉EASY & ANIMATED WAY TO START WITH STACKS ...
YouTube
· Oct 5, 2020
Video thumbnail for Graph Algorithms (BFS, DFS & Shortest Paths) | Data Structures and Algorithms in Python (5/6)
02:04:21
Icon for www.youtube.comyoutube.com › watch

Graph Algorithms (BFS, DFS & Shortest Paths) | Data Structures and Algorithms in Python (5/6)

🙋‍♂️ We’re launching an exclusive part-time career-oriented certification program called the Zero to Data Science Bootcamp with a limited batch of 100 participants. Learn more and enroll here: https://www.jovian.ai/zero-to-data-science-bootcamp In this lesson, we explore the use-cases of Graph Algorithms, Breadth First Search, Depth ...
YouTube
· Mar 6, 2021
Video thumbnail for BFS Search Algorithm - Route Finding
09:14
Icon for www.youtube.comyoutube.com › watch

BFS Search Algorithm - Route Finding

The Breadth First Search Algorithm is explained in this tutorial. We use route finding as our practical application. In a future video I'll demonstrate how to take this a step further and find the shortest path using BFS.
YouTube
· Jan 8, 2021
Video thumbnail for LeetCode Day 17 - Number of Islands (Grid BFS Algorithm)
10:38
Icon for www.youtube.comyoutube.com › watch

LeetCode Day 17 - Number of Islands (Grid BFS Algorithm)

Each cell of a grid is water or land. Find the number of islands (connected components of land cells). There are at least three solutions: DFS, BFS or DSU (also called Find&Union). Leetcode holds a 30-day Challenge in April with a new coding interview problem appearing each day, here's contest link: https://leetcode.com/explore/featured/card/30 ...
YouTube
· Apr 18, 2020
Video thumbnail for Breadth First Search | BFS | Examples | DAA | Design & Analysis of Algorithms | Lec-30 | Bhanu Priya
07:08
Icon for www.youtube.comyoutube.com › watch

Breadth First Search | BFS | Examples | DAA | Design & Analysis of Algorithms | Lec-30 | Bhanu Priya

Design & Analysis of Algorithms ( DAA ) Breadth First search explained with the help of example #designandanalysisofalgorithms #breadthfirstsearch #computersciencecourses #engineering #computerscienceducation #engineeringvideos #educationalvideos #education #computerengineering Class Notes ( pdf ) website : https://education4u.in/ Complete ...
YouTube
· Mar 22, 2018
Video thumbnail for BFS search algorithm | Uninformed | AI | Artificial intelligence | Lec-12 | Bhanu Priya
09:40
Icon for www.youtube.comyoutube.com › watch

BFS search algorithm | Uninformed | AI | Artificial intelligence | Lec-12 | Bhanu Priya

Artificial Intelligence ( AI ) Uninformed BFS algorithm #artificialintelligence #engineering #computerscience #computerengineering #ai Class Notes ( pdf ) website : https://education4u.in/ Complete playlist : ARTIFICIAL INTELLIGENCE ( AI ) https://www.youtube.com/playlist?list=PLrjkTql3jnm_yol-ZK1QqPSn5YSg0NF9r Complete Playlist : OPERATING ...
YouTube
· Aug 29, 2019
Video thumbnail for Breadth First Search (BFS) || Example for BFS || Graph Traversals || BFS and DFS Graph Traversals
19:07
Icon for www.youtube.comyoutube.com › watch

Breadth First Search (BFS) || Example for BFS || Graph Traversals || BFS and DFS Graph Traversals

This video contains another example problem on BFS through algorithm. in Data Structures(DS), Design and Analysis of Algorithms(DAA), Discrete Mathematics(DMS) INTRODUCTION TO BFS PLEASE WATCH THIS LINK https://www.youtube.com/watch?v=66crPhvaoqs Breadth First Search (BFS) Graph Traversals Algorithm for BFS BFS and DFS Graph Traversals BFS DFS ...
YouTube
· Apr 13, 2020
Video thumbnail for BFS algorithm example | informed search | AI | Lec-19 | Bhanu Priya
08:05
Icon for www.youtube.comyoutube.com › watch

BFS algorithm example | informed search | AI | Lec-19 | Bhanu Priya

Artificial Intelligence ( AI ) Example on BFS algorithm (informed search) Class Notes ( pdf ) website : https://education4u.in/ Lec-18 : https://youtu.be/Z_0-4jzugDU Lec-20 : https://youtu.be/wJ9RyRBkgPo
YouTube
· Aug 30, 2019
Video thumbnail for 2.1 BFS: Breadth First Search Implementation in Python | Graph Data Structure
11:03
Icon for www.youtube.comyoutube.com › watch

2.1 BFS: Breadth First Search Implementation in Python | Graph Data Structure

Breadth First Search Implementation in Python, Finding shortest distance and path of any node from source node in a Graph. BFS BFS python
YouTube
· Apr 6, 2020
Video thumbnail for BFS vs DFS in Coding Interviews | Shortest Path to Target | Geekific
05:26
Icon for www.youtube.comyoutube.com › watch

BFS vs DFS in Coding Interviews | Shortest Path to Target | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the previous video of this series, we tackled matrices traversal, and saw how by traversing the cells of a given matrix in a DFS manner we can count the number of components in that matrix. But why did we use DFS? Why not BFS for example ...
YouTube
· Feb 17, 2024
Video thumbnail for Breadth First Search | BFS | Graph traversal | DS | Data Structures | Lec-51 | Bhanu Priya
07:13
Icon for www.youtube.comyoutube.com › watch

Breadth First Search | BFS | Graph traversal | DS | Data Structures | Lec-51 | Bhanu Priya

Data Structures ( DS ) - BFS breadth first search graph traversal algorithm with example #datastructures #graphtraversal #graph #computerscience #datastructure #datastrucutres #computersciencecourses #engineering #computerscienceducation #engineeringvideos #educationalvideos #education #computerengineering Class Notes ( pdf ) website : https ...
YouTube
· Aug 10, 2018
Video thumbnail for Depth First & Breadth First Graph Search - DFS & BFS Graph Searching Algorithms
15:22
Icon for www.youtube.comyoutube.com › watch

Depth First & Breadth First Graph Search - DFS & BFS Graph Searching Algorithms

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing 📹 Intuitive Video Explanations 🏃 Run Code As You Learn 💾 Save Progress New Unseen Questions 🔎 Get All Solutions DFS and BFS are not just graph search algorithms. They are a fundamental method for searching relationships in a ...
YouTube
· Dec 20, 2018
Video thumbnail for Implementation of Water Jug Problem Using BFS & DFS Algorithms (Python) | Artificial Intelligence
40:14
Icon for www.youtube.comyoutube.com › watch

Implementation of Water Jug Problem Using BFS & DFS Algorithms (Python) | Artificial Intelligence

The water jug problem is a classic problem in computer science, mathematics, and artificial intelligence. It involves filling or emptying one or more jugs to a certain volume and determining if it is possible to obtain a specific volume of water. The goal is to reach the desired volume by making the minimum number of moves, using only the ...
YouTube
· Feb 20, 2023
Video thumbnail for Breadth First Search (BFS) || Example for BFS || Graph Traversals || BFS and DFS Graph Traversals
23:59
Icon for www.youtube.comyoutube.com › watch

Breadth First Search (BFS) || Example for BFS || Graph Traversals || BFS and DFS Graph Traversals

This video contains another example problem on BFS through algorithm. in Data Structures(DS), Design and Analysis of Algorithms(DAA), Discrete Mathematics(DMS) FOR INTRODUCTION TO BFS PLEASE WATCH THIS LINK https://www.youtube.com/watch?v=66crPhvaoqs Breadth First Search (BFS) Graph Traversals Algorithm for BFS BFS and DFS Graph Traversals BFS ...
YouTube
· Apr 13, 2020
Video thumbnail for Breadth First Search Algorithm
04:34
Icon for www.youtube.comyoutube.com › watch

Breadth First Search Algorithm

This is one of the important Graph traversal technique. BFS is based on Queue data structure. Analysis: The time complexity of BFS using Adjacency list is O(V + E) where V & E are the vertices and edges of the graph respectively.
YouTube
· Feb 17, 2013
Video thumbnail for G-15. Number of Enclaves | Multi-source BFS | C++ | Java
15:34
Icon for www.youtube.comyoutube.com › watch

G-15. Number of Enclaves | Multi-source BFS | C++ | Java

GfG-Problem Link: https://bit.ly/3preQSc C++/Java/Codes and Notes Link: https://takeuforward.org/graph/number-of-enclaves/ DP Series: https://www.youtube.com/watch?v=FfXoiwwnxFw&list=PLgUwDviBIf0qUlt5H_kiKYaNSqJ81PMMY SDE Sheet: https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems/ Check out our Website for ...
YouTube
· Aug 30, 2022
Video thumbnail for Alpha beta pruning in artificial intelligence with example.
08:29
Icon for www.youtube.comyoutube.com › watch

Alpha beta pruning in artificial intelligence with example.

ALPHA-BETA PRUNING IN ARTIFICIAL INTELLIGENCE Work related mails can be sent on: work.sadiasiddiqui@gmail.com If you appreciate my work and would like to donate to support our channel, you can do so here: https://paypal.me/sadia1702
YouTube
· Jun 23, 2019
Video thumbnail for How to Find a BFS for a Transportation Problem, Northwest Corner, Min Cost and Vogel's
30:25
Icon for www.youtube.comyoutube.com › watch

How to Find a BFS for a Transportation Problem, Northwest Corner, Min Cost and Vogel's

In this lesson we learn how to find a basic feasible solution for a transportation problem. The methods that are taught in this lesson are northwest corner method, minimum cost method and Vogel’s method.
YouTube
· Nov 5, 2014
Video thumbnail for Solving Snakes and Ladders using BFS | Theory of Programming
12:20
Icon for www.youtube.comyoutube.com › watch

Solving Snakes and Ladders using BFS | Theory of Programming

This video shows how we can use Breadth First Search (BFS) algorithm to find the fastest way to solve Snakes and Ladders game. NOTE - - Around 8:40 during Code Walkthrough, I didn't clear the edges associated with V1. Github has the corrected code. Apologies for the confusion. Links - - Snakes and Ladders Game code - https://github.com ...
YouTube
· Mar 6, 2019
Video thumbnail for Python Program To Find Shortest Path Between Nodes Using BFS Algorithm | Graph Data Structure
13:44
Icon for www.youtube.comyoutube.com › watch

Python Program To Find Shortest Path Between Nodes Using BFS Algorithm | Graph Data Structure

In this video, we take a detailed look at how to find the shortest path between two nodes in a graph using the Breadth-First Search (BFS) algorithm in Python. This tutorial is perfect for beginners who want to understand graph traversal and path finding step by step. We start by explaining the concept of BFS, why it guarantees the shortest path ...
YouTube
· 14 days ago
Video thumbnail for 8-Puzzle Solver using BFS, DFS, UCS, GBF, and A* Algorithms
04:58
Icon for www.youtube.comyoutube.com › watch

8-Puzzle Solver using BFS, DFS, UCS, GBF, and A* Algorithms

8-Puzzle Solver using Breadth-first, Depth-first, Uniform Cost, Greedy best-first, and A* Search Algorithms
YouTube
· Jan 25, 2021
Video thumbnail for Leetcode 490. The Maze | BFS | DFS | Graph Problem | FAANG Coding Interview
08:59
Icon for www.youtube.comyoutube.com › watch

Leetcode 490. The Maze | BFS | DFS | Graph Problem | FAANG Coding Interview

Problem:https://leetcode.com/problems/the-maze/ Solution: https://colab.research.google.com/drive/1bXDd6yyfYl0-xW8ERktVMZd7W3O3peR2?usp=sharing
YouTube
· Aug 19, 2021
Video thumbnail for #BFS OF GRAPH | Problem Of The Day | GFG POTD | 2nd April | JAVA | Easy Explanation with live coding
11:41
Icon for www.youtube.comyoutube.com › watch

#BFS OF GRAPH | Problem Of The Day | GFG POTD | 2nd April | JAVA | Easy Explanation with live coding

Learn how to implement Breadth-First Search (BFS) in a graph! 🚀 In this video, we break down BFS step by step, explaining how it works and how to code it efficiently. Perfect for beginners and coding enthusiasts! 🔥 #GraphTheory #BFS #Coding Code: https://qtext.io/wuud
YouTube
· Apr 1, 2025
Video thumbnail for Graph Traversal - DFS and BFS - Problems
13:52
Icon for www.youtube.comyoutube.com › watch

Graph Traversal - DFS and BFS - Problems

#21CSC201J
YouTube
· Nov 1, 2024
Video thumbnail for Number of Islands – DFS & BFS Approach Explained! 🌍🔥
00:44
Icon for www.youtube.comyoutube.com › watch

Number of Islands – DFS & BFS Approach Explained! 🌍🔥

🌍 Number of Islands is a classic graph problem asked in coding interviews! Learn how to efficiently count connected landmasses using Depth-First Search (DFS) and Breadth-First Search (BFS). 🔹 Problem Statement: Given a grid of '1's (land) and '0's (water), count the number of islands (connected land regions). Example: Input: 1 1 0 0 0 1 1 ...
YouTube
· Mar 22, 2025