<p><strong>Object Oriented Programming C++</strong></p><p>Readers of Nick’s Blog want to know how many of his posts arerants, and how many are raves. The class NickBlog contains privatevariables for its rant and
<p>Explain why the following recurrence relation can't be solvedusing the Master method. Then solve the recurrence relation usingany other method.</p><p>T(n) = 2T(n/2) + n log n</p> Expert Answer Answer