12.07.2015 Views

Fast Exponential-Time Algorithms to solve NP-complete ... - Lita

Fast Exponential-Time Algorithms to solve NP-complete ... - Lita

Fast Exponential-Time Algorithms to solve NP-complete ... - Lita

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

9/52<strong>Fast</strong> <strong>Exponential</strong>-<strong>Time</strong> <strong>Algorithms</strong>BranchingA Simple Branching AlgorithmAnalysis of the worst case running timeClassical Analysis and Standard Measure(i.e. the measure of the input size is the number of vertices ofthe input graph).Recurrence :T (n) ≤ (d + 1) · T (n − d − 1),where d is the degree of the chosen vertex v.Solution of recurrence : O((d + 1) n/(d+1) ), being maximumfor d = 2,Running time of sis : O(3 n/3 ).

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

Saved successfully!

Ooh no, something went wrong!