Dynammic Programming Search Flashcards
1
Q
What is the dynamic programming search (description)?
A
Build a table dist(n) storing shortest path from node n to goal.
2
Q
What is the bellman ford equation for dynammic programming graph search?
A