18.04.2013 Views

The.Algorithm.Design.Manual.Springer-Verlag.1998

The.Algorithm.Design.Manual.Springer-Verlag.1998

The.Algorithm.Design.Manual.Springer-Verlag.1998

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Lecture 14 - data structures for graphs<br />

In the optimal tour, the kth point is connected to exactly one point to the left of k. Once I decide<br />

which point that is, say x. I need the optimal partial tour where the two endpoints are x and k-1, because<br />

if it isn't optimal I could come up with a better one.<br />

Listen To Part 14-4<br />

Hey, I have got a recurrence! And look, the two parameters which describe my optimal tour are the two<br />

endpoints.<br />

Let c[k,n] be the optimal cost partial tour where the two endpoints are k

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!