AdvancedVocabulary#software-architecture#developer-tools#backend

Floyd–Warshall Algorithm Vocabulary

Build fluency in the vocabulary of computing shortest distances between every pair of nodes in one unified pass.

0 / 5 completed
1 / 5
At standup, a dev mentions computing the shortest distance between every single pair of nodes in a graph at once, by repeatedly checking whether routing through each node in turn as an intermediate stop shortens any pair's known distance. What is this algorithm called?