2023
DOI: 10.3233/faia220500
|View full text |Cite
|
Sign up to set email alerts
|

Analysis of the Shortest Path Method Application in Social Networks

Abstract: This paper analyzes the shortest path problem (SPP) in social networks, based on the investigation and implementation of different methods on a simulated example. The objectives of the paper include identification of the most commonly used methods for finding the shortest path in a social network as a strategic attempt to speed the search of network nodes, focusing on the application of the two most used SPP methods: the Dijkstra and Bellman-Ford algorithms. A comparative analysis is used as an investigation m… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2023
2023
2023
2023

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(1 citation statement)
references
References 12 publications
0
1
0
Order By: Relevance
“…The Floyd-Warshall algorithm [17], employs dynamic programming to find shortest paths, accommodating both positive and negative edge weights. The Johnson algorithm uses the Bellman-Ford algorithm to reweight the graph, eliminating negative weights, then applies Dijkstra's algorithm, effectively reducing execution time for sparse graphs [18]. Lastly, the A* algorithm extends Dijkstra's by combining breadth-first search and heuristic methods, potentially increasing speed but failing to ensure absolute accuracy [14].…”
Section: Dijkstra's Algorithm and Its Variations Formentioning
confidence: 99%
“…The Floyd-Warshall algorithm [17], employs dynamic programming to find shortest paths, accommodating both positive and negative edge weights. The Johnson algorithm uses the Bellman-Ford algorithm to reweight the graph, eliminating negative weights, then applies Dijkstra's algorithm, effectively reducing execution time for sparse graphs [18]. Lastly, the A* algorithm extends Dijkstra's by combining breadth-first search and heuristic methods, potentially increasing speed but failing to ensure absolute accuracy [14].…”
Section: Dijkstra's Algorithm and Its Variations Formentioning
confidence: 99%