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