SlideShare a Scribd company logo
Data Structure
GRAPH
1
5
Prepared by: Mir Omranudin Abhar
Email : MirOmran@Gamil.com
Spring , 2019
2
Graph
• Non-Linear Data Structure
• Non- Primitive Data Structure
• Dynamic Data Structure
Google -Map
3
Facebook-Friends
4
Operating System
5
Graph
6
Graph-Type
7
Graph- Limitations
8
Graph- Complete Graph (Undirected )
9
𝑡𝑜𝑡𝑎𝑙 𝑒𝑑𝑔𝑒 =
𝑣(𝑣 − 1)
2
Graph- Complete Graph (Directed )
10
𝑡𝑜𝑡𝑎𝑙 𝑒𝑑𝑔𝑒 = 𝑣(𝑣 − 1)
Graph- Sub graph
11
Graph- Adjacent
12
𝐸𝑑𝑔𝑒 → 𝐵, 𝐷
𝑎𝑗𝑎𝑐𝑒𝑛𝑡 → (𝐵, 𝐷)
Graph- Simple ( Path )
13
Simple path: 𝑇ℎ𝑒 𝑃𝑎𝑡ℎ 𝑤𝑖𝑡ℎ 𝑛𝑜 𝑟𝑒𝑝𝑒𝑎𝑡𝑟𝑒𝑑 𝑣𝑒𝑟𝑡𝑖𝑐𝑒𝑠
𝑃𝑎𝑡ℎ → (𝐵, 𝐷, 𝐶, 𝐴)
Graph- Cycle ( Path )
14
Cycle:
𝑠𝑖𝑚𝑝𝑙𝑒 𝑝𝑎𝑡ℎ, 𝑒𝑥𝑐𝑒𝑝𝑡 𝑡ℎ𝑎𝑡 𝑡ℎ𝑒 𝑙𝑎𝑠𝑡 𝑣𝑒𝑟𝑡𝑒𝑥 𝑖𝑠 𝑡ℎ𝑒 𝑠𝑎𝑚𝑒 𝑎𝑠 𝑡ℎ𝑒 𝑓𝑖𝑟𝑠𝑡 𝑣𝑒𝑟𝑡𝑒𝑥
𝑃𝑎𝑡ℎ → (𝐵, 𝐷, 𝐶, 𝐴, 𝐵)
Graph- (Connected & Non-Connected)
15
Non Connected Graph
Connected Graph
Strongly Connected
Graph- (Representation) - Matrix
16
Graph- (Representation) - Matrix
17
Graph- Adjacency Matrix Representation
of Graph
18
Graph- Adjacency List Representation of
Graph
19
Graph- Adjacency List Representation of
Graph
20
Graph- Adjacency List Representation of
Graph
21
Graph- Traversal Algorithm
22
• BFS (Breath First Search)
• DFS (Depth First Search)
Breadth first search (BFS)
23
Queue Data Structure : First in First Out
Breadth first search (BFS)
24
Time Complexity : O(bd)
Space Complexity : O(bd
)
b
:
‫اکثر‬ ‫حد‬
childe Node
‫که‬ ‫های‬
parent Node
‫داشته‬ ‫میتواند‬
‫باشد‬
.
d
:
‫کمترین‬ ‫تعداد‬
level
‫به‬ ‫رسیدن‬ ‫برای‬
node
‫یک‬ ‫در‬ ‫هدف‬
tree
.
Breadth first search (BFS) – Example[ 1 ]
25
Step: 1 BFS
Breadth first search (BFS) – Example[ 1 ]
26
Step: 2 BFS
Breadth first search (BFS) – Example[ 1 ]
27
Step: 3 BFS
Breadth first search (BFS) – Example[ 1 ]
28
Step: 4 BFS
Breadth first search (BFS) – Example[ 1 ]
29
Step: 5 BFS
Breadth first search (BFS) – Example[ 1 ]
30
Step: 6 BFS
Breadth first search (BFS) – Example[ 1 ]
31
Step: 7 BFS
Breadth first search (BFS) – Example[ 1 ]
32
Step: 8 BFS
Breadth first search (BFS) – Example[ 2 ]
33
BFS
Breadth first search (BFS) – Example[ 3 ]
34
BFS
Depth first search (DFS)
35
Stack Data Structure : Last in First Out
Depth first search (DFS)
36
Time Complexity : O(bm)
Space Complexity : O(b )
b
:
‫اکثر‬ ‫حد‬
childe Node
‫که‬ ‫های‬
parent Node
‫داشته‬ ‫میتواند‬
‫باشد‬
.
m
:
‫تمام‬ ‫مجموع‬
level
‫یک‬ ‫در‬ ‫ها‬
tree
.
Depth first search(DFS) – Example[ 1 ]
37
Step: 1 DFS
Depth first search(DFS) – Example[ 1 ]
38
Step: 2 DFS
Depth first search(DFS) – Example[ 1 ]
39
Step: 3 DFS
Depth first search(DFS) – Example[ 1 ]
40
Step: 4 DFS
Depth first search(DFS) – Example[ 1 ]
41
Step: 5 DFS
Depth first search(DFS) – Example[ 1 ]
42
Step: 6 DFS
Depth first search(DFS) – Example[ 1 ]
43
Step: 7 DFS
Depth first search(DFS) – Example[ 1 ]
44
Step: 8 DFS
Depth first search(DFS) – Example[ 1 ]
45
Step: 9 DFS
Depth first search(DFS) – Example[ 2 ]
46
DFS
Depth first search(DFS) – Example[ 3 ]
47
DFS
Compare (BFS & DFS) – example(1)
48
Compare (BFS & DFS) – example(2)
49
Question
.1
https://www.rollapp.com/
‫نماید‬ ‫تحقیق‬ ‫سایت‬ ‫این‬ ‫به‬ ‫ارتباط‬ ‫در‬
‫؟‬
.2
Big Data
‫چیست‬
,
‫نماید؟‬ ‫تحقیق‬
.3
‫اوردن‬ ‫بدست‬ ‫برای‬
value
‫ی‬ ‫ها‬
miss
‫در‬ ‫شده‬
database
‫ها‬ ‫الگوریتم‬ ‫کدام‬ ‫از‬
‫میشود‬ ‫استفاده‬
‫؟‬
50

More Related Content

PPTX
Graph traversals in Data Structures
PDF
Geographic Information System (April – 2014) [60:40 Pattern | Question Paper]
PDF
[Question Paper] Data Communication and Network Standards (Revised Course) [O...
PDF
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
PPTX
geogebra
PPTX
DFS and BFS
PDF
Breadth first search signed
PDF
Geographic Information System (April – 2017) [75:25 Pattern | Question Paper]
Graph traversals in Data Structures
Geographic Information System (April – 2014) [60:40 Pattern | Question Paper]
[Question Paper] Data Communication and Network Standards (Revised Course) [O...
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
geogebra
DFS and BFS
Breadth first search signed
Geographic Information System (April – 2017) [75:25 Pattern | Question Paper]

What's hot (20)

PDF
Breadth First Search Algorithm In 10 Minutes | Artificial Intelligence Tutori...
PPTX
Presentation on Breadth First Search (BFS)
PDF
[Question Paper] Modern Operating System (Revised Course) [April / 2015]
PDF
[Question Paper] Modern Operating System (Revised Course) [January / 2014]
PDF
Digital Signals and Systems (December – 2017) [Question Paper | IDOL: Revised...
PPT
YCMOU_FYBCA_DS_Unit-7.ppt
PDF
Network Security (Revised Syllabus) [QP / May - 2016]
PDF
[Question Paper] Fundamentals of Digital Computing (Revised Course) [May / 2016]
PPT
Functions
PDF
[Question Paper] Modern Operating System (Revised Course) [January / 2017]
PDF
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
PDF
Pt 3 xii cs final
PPTX
Bfs and Dfs
PPTX
Close Graph
PPTX
DFS & BFS Graph
PDF
[Question Paper] Data Communication and Network Standards (Revised Course) [A...
PDF
[Question Paper] Operating System (Old Course) [June / 2014]
PDF
ASP.NET With C# (Revised Syllabus) [QP / April - 2014]
PDF
[Question Paper] Database Management Systems (Revised Course) [September / 2013]
PDF
[Question Paper] Computer Graphics (Revised Course) [April / 2014]
Breadth First Search Algorithm In 10 Minutes | Artificial Intelligence Tutori...
Presentation on Breadth First Search (BFS)
[Question Paper] Modern Operating System (Revised Course) [April / 2015]
[Question Paper] Modern Operating System (Revised Course) [January / 2014]
Digital Signals and Systems (December – 2017) [Question Paper | IDOL: Revised...
YCMOU_FYBCA_DS_Unit-7.ppt
Network Security (Revised Syllabus) [QP / May - 2016]
[Question Paper] Fundamentals of Digital Computing (Revised Course) [May / 2016]
Functions
[Question Paper] Modern Operating System (Revised Course) [January / 2017]
[Question Paper] Data Communication and Network Standards (Revised Course) [J...
Pt 3 xii cs final
Bfs and Dfs
Close Graph
DFS & BFS Graph
[Question Paper] Data Communication and Network Standards (Revised Course) [A...
[Question Paper] Operating System (Old Course) [June / 2014]
ASP.NET With C# (Revised Syllabus) [QP / April - 2014]
[Question Paper] Database Management Systems (Revised Course) [September / 2013]
[Question Paper] Computer Graphics (Revised Course) [April / 2014]
Ad

Similar to (Ds+alg) 5 (20)

PDF
(Ds+alg) 4
PPTX
BFS & DFS in Data Structure
PDF
Which DBMS and Why?
PPTX
Breadth-First Search and Depth-First Search.pptx
PPTX
algoritmagraph_breadthfirstsearch_depthfirstsearch.pptx
PPTX
Bca ii dfs u-3 tree and graph
PPTX
Breadth-First-Search algorithm with Code
PPTX
Mca iii dfs u-4 tree and graph
PPTX
Bsc cs ii dfs u-3 tree and graph
PPTX
17. Java data structures trees representation and traversal
PDF
this the the ppt regarding breadth first search and depth first search
PPTX
BFS_DFS_Enhanced_Presentation124567.pptx
PPT
Graph traversal-BFS & DFS
PPTX
BFS.pptx
PPT
2.5 bfs & dfs 02
PPTX
Qeertyiplhsgbxbehakhdhfjdhdjekshhdjskwirndb
PPTX
D9-Tree and Graph-Data-Structures information.pptx
PDF
Graph Traversals
PDF
Graph Representation
PPTX
Basic Graph Algorithms Vertex (Node): lk
(Ds+alg) 4
BFS & DFS in Data Structure
Which DBMS and Why?
Breadth-First Search and Depth-First Search.pptx
algoritmagraph_breadthfirstsearch_depthfirstsearch.pptx
Bca ii dfs u-3 tree and graph
Breadth-First-Search algorithm with Code
Mca iii dfs u-4 tree and graph
Bsc cs ii dfs u-3 tree and graph
17. Java data structures trees representation and traversal
this the the ppt regarding breadth first search and depth first search
BFS_DFS_Enhanced_Presentation124567.pptx
Graph traversal-BFS & DFS
BFS.pptx
2.5 bfs & dfs 02
Qeertyiplhsgbxbehakhdhfjdhdjekshhdjskwirndb
D9-Tree and Graph-Data-Structures information.pptx
Graph Traversals
Graph Representation
Basic Graph Algorithms Vertex (Node): lk
Ad

Recently uploaded (20)

PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Nekopoi APK 2025 free lastest update
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Cost to Outsource Software Development in 2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
top salesforce developer skills in 2025.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
System and Network Administration Chapter 2
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Digital Strategies for Manufacturing Companies
Computer Software and OS of computer science of grade 11.pptx
Nekopoi APK 2025 free lastest update
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Design an Analysis of Algorithms II-SECS-1021-03
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Cost to Outsource Software Development in 2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
top salesforce developer skills in 2025.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Digital Systems & Binary Numbers (comprehensive )
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
Softaken Excel to vCard Converter Software.pdf
wealthsignaloriginal-com-DS-text-... (1).pdf
System and Network Administration Chapter 2
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Odoo POS Development Services by CandidRoot Solutions
Digital Strategies for Manufacturing Companies

(Ds+alg) 5