Sign In
Ask Question
Jan Spence
Computers & Technology
28 May, 17:37
When should recursion be avoided?
+1
Answers (
1
)
Hailey Morgan
28 May, 18:00
0
Explanation: Recursion is the process in which the solution to any particular problem is based on the sub-part of the same problem/question. This is the method which is used in the situation when there is high complexity and calling of the function can be done by its own code in a particular program.
It makes the program code hard to handle and unreadable. The debugging process of the code also becomes difficult. The stack during the recursion process gets filled completely. These feature of the recursion makes it less efficient and thus, its avoided.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“When should recursion be avoided? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Your ipad is configured to do remote backups every day to icloud. what conditions are required for the icloud backup to take place? (select three.)
Answers (1)
Excel 2016 is primarily what type of program? word processor presentations database management spreadsheeT
Answers (1)
Very small changes in size due to the wearing of a part can be detected by using a A. micrometer. B. metal rule. C. gapping tool. D. dwell gauge
Answers (1)
When handling a motherboard, cards, or drive, which statement is NOT accurate? Question 10 options: You should not touch chips on the device. You should not hold expansion cards by the edges. You should not touch any soldered components on a card.
Answers (1)
How long does it take to transfer this file from the time that you start sending the first bit of your file till the time the last bit of your file arrives at the destination. Give your answer in milli-seconds.
Answers (1)
New Questions in Computers & Technology
You have a new e-commerce web application written in Angular framework which is deployed to a fleet of EC2 instances behind an Application Load Balancer. You configured the load balancer to perform health checks on these EC2 instances.
Answers (1)
JAVA What is the running time required for repeatedly splitting a problem into two equally sized halves, assuming no additional work needs to be done? O (1) O (log10N) O (log2N) O (log2N) O (N) O (N log N) O (N2) O (N3) O (Nk) O (2N) O (N!)
Answers (1)
A technician is dispatch to troubleshoot a user's computer. After performing diagnostics, the technician determines that drive thrashing is occurring.
Answers (1)
What is the standard of electrical engineering?
Answers (1)
How does an author develop a charterer in a story
Answers (1)
Home
»
Computers & Technology
» When should recursion be avoided?
Sign In
Sign Up
Forgot Password?