in this quiz various concepts are given which are not taught in the course till now . so please give me any video reference for this divide and conquer concept or something else
Answering questions in quiz
for q regarding time complexity u can read about methods like
Substitution method
Iterative method
Master method
these topics are usually taught in college
What is T(n)?
Let T(n)= T(n-1) + 1/n. Then T(n) is:`
i am taking about finding complexity of these type of q `s
in case u have doubt to specific q u can send the question no
i`ll help u with that
1 Like
okay thanks for the help
1 Like