Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .

0 like 0 dislike
1,328 views
in Online Assessments by Expert (144,420 points)
edited by

1 Answer

0 like 0 dislike
 
Best answer

There were total three quesions asked.
image
image
image
image
Due to server issues,this test wasn't able to run smoothly and hence it is again rescheduled .I was just able to solve the 2nd question fully.
PS:-The final dp state in second would be dp[n]=30+max(func(n/2),func((n+1)/2).

by Expert (144,420 points)
...