- Chapter 24 of Introduction to Algorithms (3rd Edition), Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.
October 12, 2015
\[w(p) = \sum_{i = 1}^k w(v_{i-1}, v_i)\]
\(\delta (u, v) = \begin{cases} min\lbrace w(p): u \overset{p}{\longrightarrow} v\rbrace &\mbox{if there is a path from u to v}\\ \infty &\mbox{any other way}\\ \end{cases}\)
The process may decrease the value of the estimation of the shortest path \(d[v]\) and update predecessor \(\pi[v]\)
http://www.cis.jhu.edu/education/introPatternTheory/additional/dynamic/dynamic2.html