| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Mar 22 '12 at 13:33 | |
| stats | profile views | 61 |
Here is a sample of my work. I hope that it will prove useful... "Nothing has been accomplished if something remains to be done." (The Works of Gauss vol. 5, quot. from Worbs, 1955, p. 43)
|
Mar 6 |
revised |
Solving recurrence $T(n) = T(\lceil n/2 \rceil) + T(\lfloor n/2 \rfloor) + \Theta(n)$ My edit was somehow revoked. I made it better, to conform to a comment I received. At least I hope so... |
|
Mar 6 |
revised |
Using the substitution method for solving recurrences The quotation from the book was incomplete. It appears as I wrote it on pages 83 and 84 of the third edition. |
|
Mar 6 |
revised |
Solving recurrence $T(n) = T(\lceil n/2 \rceil) + T(\lfloor n/2 \rfloor) + \Theta(n)$ I added a reference to Stack Overflow content, according to a suggestion made to me by a commenter. |
|
Mar 4 |
revised |
how to solve the recurrence $T(n) = 2T(n/3) + n\log n$ Elements of the answer were present, but it could be made much clearer, so I completed the answer. |
|
Mar 4 |
revised |
Recurrence - Master Theorem - Asymptotic Question I added more explanations in order to make my point even clearer. |
|
Mar 3 |
revised |
Estimate the sample deviation in one pass I added a reference to the paper written by the author of this method. |
|
Feb 28 |
revised |
Probability of two events A completely revised answer, because the answer provided was wrong. |
|
Feb 26 |
revised |
Convergence in law and uniformly integrability I corrected the spelling because it was misleading. |
|
Feb 19 |
revised |
Recurrence - Master Theorem - Asymptotic Question An answer referring specifically to the source of the definition used. |