AdvancedVocabulary#software-architecture#developer-tools#backend

Bellman–Ford Algorithm Vocabulary

Learn the vocabulary of finding shortest paths correctly even when some edge weights are negative.

0 / 5 completed
1 / 5
At standup, a dev mentions finding shortest paths from a single source by relaxing every edge in the graph repeatedly, once per remaining node, which still works correctly even when some edge weights are negative. What is this algorithm called?