Optimal substructure: Difference between revisions

Content deleted Content added
m clean up, removed stub tag using AWB
Karroje (talk | contribs)
Added two counter-examples.
Line 18:
* [[Mergesort]]
* [[Quicksort]]
 
== Problems ''without'' optimal substructure ==
* [[Longest path problem]]
* '''Least-cost airline fair.''' (Using Orbitz, we will frequently find that the cheapest flight from airport A to airport B involves a single connection through airport C, but the cheapest flight from airport A to airport C involves a connection through some other airport D.)
 
== See also ==