23.11.2014 Views

Data Structures and Algorithms in Java[1].pdf - Fulvio Frisone

Data Structures and Algorithms in Java[1].pdf - Fulvio Frisone

Data Structures and Algorithms in Java[1].pdf - Fulvio Frisone

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

R-4.29<br />

Show that 2 n+1 is O(2 n ).<br />

R-4.30<br />

Show that n is O(nlogn).<br />

R-4.31<br />

Show that n 2 is Ω(n log n).<br />

R-4.32<br />

Show that nlogn is Ω(n).<br />

R-4.33<br />

Show that [f(n)] is O(f(n)), if f(n) is a positive nondecreas<strong>in</strong>g function that is<br />

always greater than 1.<br />

R-4.34<br />

Algorithm A executes an O(logn)-time computation for each entry of an n-<br />

element array. What is the worst-case runn<strong>in</strong>g time of Algorithm A?<br />

R-4.35<br />

Given an n-element array X, Algorithm B chooses logn elements <strong>in</strong> X at r<strong>and</strong>om<br />

<strong>and</strong> executes an O(n)-time calculation for each. What is the worst-case runn<strong>in</strong>g<br />

time of Algorithm B?<br />

R-4.36<br />

Given an n-element array X of <strong>in</strong>tegers, Algorithm C executes an O(n)-time<br />

computation for each even number <strong>in</strong> X, <strong>and</strong> an O(logn)-time computation for<br />

each odd number <strong>in</strong> X. What are the best-case <strong>and</strong> worst-case runn<strong>in</strong>g times of<br />

Algorithm C?<br />

R-4.37<br />

Given an n-element array X, Algorithm D calls Algorithm E on each element<br />

X[i]. Algorithm E runs <strong>in</strong> O(i) time when it is called on element X[i]. What is<br />

the worst-case runn<strong>in</strong>g time of Algorithm D?<br />

R-4.38<br />

Al <strong>and</strong> Bob are argu<strong>in</strong>g about their algorithms. Al claims his O(nlogn)-time<br />

method is always faster than Bob's O(n 2 )-time method. To settle the issue, they<br />

253

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

Saved successfully!

Ooh no, something went wrong!