SlideShare a Scribd company logo
1 of 50
Breadth First Search
B

E

C

D

F

A

G

H

I

front

FIFO Queue
Breadth First Search
B

E

C

D

F

A

G

H

I

enqueue source node

front

A
FIFO Queue
Breadth First Search
B

E

C

D

F

A

G

H

I

dequeue next vertex

front

A
FIFO Queue
Breadth First Search
B

E

C

D

F

A

G

H

I

visit neighbors of A

front

FIFO Queue
Breadth First Search
B

E

C

D

F

A

G

H

I

visit neighbors of A

front

FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

B discovered

front

B
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

visit neighbors of A

front

B
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

A

I discovered

front

B I
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

A

finished with A

front

B I
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

A

dequeue next vertex

front

B I
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

A

visit neighbors of B

front

I
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

I

A

visit neighbors of B

front

I
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

F discovered

front

I F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

visit neighbors of B

front

I F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

A already discovered

front

I F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

finished with B

front

I F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

dequeue next vertex

front

I F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

visit neighbors of I

front

F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

visit neighbors of I

front

F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

A already discovered

front

F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

F

G

H

E

B
I

A

visit neighbors of I

front

F
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

I

A

E discovered

front

F E
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

I

A

visit neighbors of I

front

F E
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

I

A

F already discovered

front

F E
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

I

A

I finished

front

F E
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

I

A

dequeue next vertex

front

F E
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

I

A

visit neighbors of F

front

E
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

G discovered

front

E G
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

F finished

front

E G
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

dequeue next vertex

front

E G
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

visit neighbors of E

front

G
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

E finished

front

G
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

dequeue next vertex

front

G
FIFO Queue
Breadth First Search
-

A

A

B

C

D

E

F

G

H

I

B

F

I

A

visit neighbors of G

front

FIFO Queue
Breadth First Search
-

A

G

A

B

C

D

E

F

G

H

I

B

F

I

A

C discovered

front

C
FIFO Queue
Breadth First Search
-

A

G

A

B

C

D

E

F

G

H

I

B

F

I

A

visit neighbors of G

front

C
FIFO Queue
Breadth First Search
-

A

G

A

B

C

D

E

F

G

H

I

B

F

G

I

A

H discovered

front

C H
FIFO Queue
Breadth First Search
-

A

G

A

B

C

D

E

F

G

H

I

B

F

G

I

A

G finished

front

C H
FIFO Queue
Breadth First Search
-

A

G

A

B

C

D

E

F

G

H

I

B

F

G

I

A

dequeue next vertex

front

C H
FIFO Queue
Breadth First Search
-

A

G

A

B

C

D

E

F

G

H

I

B

F

G

I

A

visit neighbors of C

front

H
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

D discovered

front

H D
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

C finished

front

H D
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

get next vertex

front

H D
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

visit neighbors of H

front

D
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

finished H

front

D
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

dequeue next vertex

front

D
FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

visit neighbors of D

front

FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

D finished

front

FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

dequeue next vertex

front

FIFO Queue
Breadth First Search
-

A

G

C

A

B

C

D

E

F

G

H

I

B

F

G

I

A

STOP

front

FIFO Queue

More Related Content

Viewers also liked

Viewers also liked (11)

Parallel bfs using 2 stacks
Parallel bfs using 2 stacksParallel bfs using 2 stacks
Parallel bfs using 2 stacks
 
Extreme Scale Breadth-First Search on Supercomputers
Extreme Scale Breadth-First Search on SupercomputersExtreme Scale Breadth-First Search on Supercomputers
Extreme Scale Breadth-First Search on Supercomputers
 
Graph Traversal Algorithms - Breadth First Search
Graph Traversal Algorithms - Breadth First SearchGraph Traversal Algorithms - Breadth First Search
Graph Traversal Algorithms - Breadth First Search
 
55 New Features in Java 7
55 New Features in Java 755 New Features in Java 7
55 New Features in Java 7
 
Depth first search and breadth first searching
Depth first search and breadth first searchingDepth first search and breadth first searching
Depth first search and breadth first searching
 
Graphs bfs dfs
Graphs bfs dfsGraphs bfs dfs
Graphs bfs dfs
 
Web crawler
Web crawlerWeb crawler
Web crawler
 
Uninformed Search technique
Uninformed Search techniqueUninformed Search technique
Uninformed Search technique
 
Bfs and dfs in data structure
Bfs and dfs in  data structure Bfs and dfs in  data structure
Bfs and dfs in data structure
 
Lust 4
Lust 4Lust 4
Lust 4
 
Electric Circuits Ppt Slides
Electric Circuits Ppt SlidesElectric Circuits Ppt Slides
Electric Circuits Ppt Slides
 

More from Kumar

More from Kumar (20)

Graphics devices
Graphics devicesGraphics devices
Graphics devices
 
Fill area algorithms
Fill area algorithmsFill area algorithms
Fill area algorithms
 
region-filling
region-fillingregion-filling
region-filling
 
Bresenham derivation
Bresenham derivationBresenham derivation
Bresenham derivation
 
Bresenham circles and polygons derication
Bresenham circles and polygons dericationBresenham circles and polygons derication
Bresenham circles and polygons derication
 
Introductionto xslt
Introductionto xsltIntroductionto xslt
Introductionto xslt
 
Extracting data from xml
Extracting data from xmlExtracting data from xml
Extracting data from xml
 
Xml basics
Xml basicsXml basics
Xml basics
 
XML Schema
XML SchemaXML Schema
XML Schema
 
Publishing xml
Publishing xmlPublishing xml
Publishing xml
 
DTD
DTDDTD
DTD
 
Applying xml
Applying xmlApplying xml
Applying xml
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
How to deploy a j2ee application
How to deploy a j2ee applicationHow to deploy a j2ee application
How to deploy a j2ee application
 
JNDI, JMS, JPA, XML
JNDI, JMS, JPA, XMLJNDI, JMS, JPA, XML
JNDI, JMS, JPA, XML
 
EJB Fundmentals
EJB FundmentalsEJB Fundmentals
EJB Fundmentals
 
JSP and struts programming
JSP and struts programmingJSP and struts programming
JSP and struts programming
 
java servlet and servlet programming
java servlet and servlet programmingjava servlet and servlet programming
java servlet and servlet programming
 
Introduction to JDBC and JDBC Drivers
Introduction to JDBC and JDBC DriversIntroduction to JDBC and JDBC Drivers
Introduction to JDBC and JDBC Drivers
 
Introduction to J2EE
Introduction to J2EEIntroduction to J2EE
Introduction to J2EE
 

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 

Bfs