toIPA
Home
Blog
Category
Johnson's algorithm
algorithm to find shortest paths between all pairs of vertices in a sparse, edge-weighted (possibly negatively), directed graph; uses the Bellman–Ford algorithm to remove negative weights and Dijkstra’s algorithm on the rest
Pronunciation
/ˈʤɑnsənz ˈælɡəˌrɪðəm/
/ˈʤɒnsənz ˈalɡərɪðəm/
Categories
shortest path problem
algorithm