SlideShare a Scribd company logo
Dijkstra Searching
Algorithms
Shortest Path Algorithms
Dijkstra Algorithm
• It is used for solving the single source shortest
path problem.
• It computes the shortest path from one particular
source node to all other remaining nodes of the
graph.
• Dijkstra algorithm works only for connected
graphs.
• It only provides the value or cost of the shortest
paths.
• Dijkstra algorithm works for directed as well as
undirected graphs.
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx
Dijkstra Searching Algorithms.pptx

More Related Content

PPTX
Graph traversals in Data Structures
PDF
Applications of stack
PPTX
Top down parsing
PPTX
LL(1) parsing
PDF
NFA to DFA
PPTX
stack & queue
PPTX
LALR Parser Presentation ppt
PDF
sparse matrix in data structure
Graph traversals in Data Structures
Applications of stack
Top down parsing
LL(1) parsing
NFA to DFA
stack & queue
LALR Parser Presentation ppt
sparse matrix in data structure

What's hot (20)

PPTX
Queue in Data Structure
PDF
A* Search Algorithm
PPT
GAC DS Priority Queue Presentation 2022.ppt
PPTX
Merge sort algorithm
PPTX
Heap sort
PPTX
Graph in data structure
PPTX
PPTX
Activity selection problem
PPT
1.1 binary tree
PPTX
Sparse matrix and its representation data structure
PPTX
Stack & Queue using Linked List in Data Structure
PPTX
Data structure - Graph
PPTX
Strings in C
PPTX
Merge Sort
PPTX
Hashing
PPTX
Array Introduction One-dimensional array Multidimensional array
PPTX
sorting and its types
PPTX
Introduction to data structure
PPT
Spanning trees
PPT
Mesics lecture 5 input – output in ‘c’
Queue in Data Structure
A* Search Algorithm
GAC DS Priority Queue Presentation 2022.ppt
Merge sort algorithm
Heap sort
Graph in data structure
Activity selection problem
1.1 binary tree
Sparse matrix and its representation data structure
Stack & Queue using Linked List in Data Structure
Data structure - Graph
Strings in C
Merge Sort
Hashing
Array Introduction One-dimensional array Multidimensional array
sorting and its types
Introduction to data structure
Spanning trees
Mesics lecture 5 input – output in ‘c’
Ad

More from sandeep54552 (20)

PPTX
Dijkstra Searching Algorithms Shortest.pptx
PPTX
E_R-Diagram (2).pptx
PPTX
DFS_New.pptx
PPT
Agents_AI.ppt
PPT
YCMOU_FYBCA_DS_Unit-7.ppt
PPTX
Queue_Data_Structure.pptx
PPTX
Tree_Definition.pptx
PPTX
Stack_Application_Infix_Prefix.pptx
PPTX
Stack_Data_Structure.pptx
PPTX
Heap_Sort1.pptx
PPTX
Quick_sort1.pptx
PPTX
Link_List.pptx
PPTX
Templates in c++
PPTX
File handling in c++
PPTX
Exception handling in c++
PPTX
Inheritance in c++
PPTX
Constructor and Destructors in C++
PPTX
C++ programming introduction
PPTX
Jsp tag library
PDF
Hill climbing algorithm in artificial intelligence
Dijkstra Searching Algorithms Shortest.pptx
E_R-Diagram (2).pptx
DFS_New.pptx
Agents_AI.ppt
YCMOU_FYBCA_DS_Unit-7.ppt
Queue_Data_Structure.pptx
Tree_Definition.pptx
Stack_Application_Infix_Prefix.pptx
Stack_Data_Structure.pptx
Heap_Sort1.pptx
Quick_sort1.pptx
Link_List.pptx
Templates in c++
File handling in c++
Exception handling in c++
Inheritance in c++
Constructor and Destructors in C++
C++ programming introduction
Jsp tag library
Hill climbing algorithm in artificial intelligence
Ad

Recently uploaded (20)

PDF
IGGE1 Understanding the Self1234567891011
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PPTX
Lesson notes of climatology university.
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Cell Types and Its function , kingdom of life
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
PDF
Empowerment Technology for Senior High School Guide
IGGE1 Understanding the Self1234567891011
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Lesson notes of climatology university.
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Weekly quiz Compilation Jan -July 25.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
A systematic review of self-coping strategies used by university students to ...
Final Presentation General Medicine 03-08-2024.pptx
Cell Types and Its function , kingdom of life
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
UNIT III MENTAL HEALTH NURSING ASSESSMENT
What if we spent less time fighting change, and more time building what’s rig...
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Orientation - ARALprogram of Deped to the Parents.pptx
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Unit 4 Skeletal System.ppt.pptxopresentatiom
Empowerment Technology for Senior High School Guide

Dijkstra Searching Algorithms.pptx

  • 2. Dijkstra Algorithm • It is used for solving the single source shortest path problem. • It computes the shortest path from one particular source node to all other remaining nodes of the graph. • Dijkstra algorithm works only for connected graphs. • It only provides the value or cost of the shortest paths. • Dijkstra algorithm works for directed as well as undirected graphs.