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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the bellman ford equation for dynammic programming graph search?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly