What Will Be The Recurrence Relation Of The Following Code P #1861

What will be the recurrence relation of the following code? </p> <pre><code class="language-c"> Int sum(int n) { If(n==1) return 1; else return n+sum(n-1); }</code></pre>

Online Quiz This multiple choice question (MCQ) is related to the book/course gs gs122 Data Communication and Computer Network. It can also be found in gs gs122 Recursion - Master’s Theorem - Quiz No.2.


Similar question(s) are as followings:



Online Quizzes of gs122 Data Communication and Computer Network

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background