answersLogoWhite

0

Are all recursive programs non recursive?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

None of them is, obviously.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are all recursive programs non recursive?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the definition of non recursive in c?

non recursive function is excuted faster than recrussive


How can you use recursive in a sentence?

"Computer programs often use recursive subroutines to repeat operations." "The goal recursive model of the Tower of Hanoi was identified by Nowell and Simon."


What is set difference between recursive and recursively enumerable but not recursive?

All recursive Languages are recursively enumerable. But not all the recursively enumerable languages are recursive. It is just like NP complete.


What is the difference between recursive and non recursive program?

A recursive system is one in which the output is dependent on one or more of its past outputs while a non recursive system is one in which the output is independent of any past outputs.e.g feedforward system having no feedback is a non recursive system.


When is it appropriate to use recursion?

In many problems the recursive solution is simple and elegant whereas the non-recursive solution is complex and difficult to code.In these cases the recursive solution can take advantage of the system stack for each function call, whereas in most non-recursive solutions, a stack in which to store data must be explicitly programmed


Jntu 2-2 oops through java answers?

write a java program to find factorial using recursive and non recursive


Write a c program to find GCD of two given integers by using both recursive n non recursive functions?

i love u darling


Why recursive and non-recursive delivers wrong result?

Recursive and non-recursive (also known as iterative) are simply two different approaches to solving a problem. Properly implemented, they should give the same result. If they do not, then something is wrong, and you should spend the time to figure out why.This is a generic answer, because the topic is too broad to answer here, as there are many different reasons that a particular algorithm may fail.


What is the fullform of gnuis it a recursive word?

GUIDED NON-IVASIVE UNTRASONIC SELECTIVE TREATMENT


Explain non-recursive and recursive algorithm for postorder traversal on binary tree?

Step 1:- select first root node (t), start travelsing left contin


Are all patterns recursive?

No, patterns with terms that are not based upon previous terms are not recursive. Example: i * i where i is the nth term of the pattern.


Non-recursive tower of hanoi?

It is not trivial, but possible. Please consult wikipedia (attached link).