retagged by
452 views

1 Answer

4 votes
4 votes

No.

See this question from CLRS 3rd edition, page 53 (page 74 if including the cover, index and all)

Related questions

1 votes
1 votes
2 answers
3
Shimpy Goyal asked Jun 27, 2015
1,186 views
Consider an array A[20, 10], assume 4 words per memory cell and the base address of array A is 100. What is the address of A[11, 5] ? Assume row major storage.(A) 560  (...
3 votes
3 votes
2 answers
4
SomnathKayal asked Apr 14, 2016
895 views
It's a question from Cormen book Exercise 4.4-5 and is described like this:Use a recursion tree to determine a good asymptotic upper bound on the recurrence $T(n)=T(n-1)+...