Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal

Which datastructure is used to perform recursion?  

Asked in Computers & Technology at 12:37 AM on November 19, 2009

Tags: datastructure perform recursion

Report abuse
Anonymous
Anonymous

Related Search

 

Which datastructure is used to perform recursion?

this question depends on what the recursion is being used for.....

Posted in Computers & Technology by Anonymous at 4:29 PM on November 20, 2009

What About recursion?

that are used to perform repetitive actions. Some functional programming languages do not define any looping constructs but rely solely on recursion to repeatedly call code. Computability theory has provenIn computer programming, a recursion noun, pronounced ree-KUHR-zhion is programming that is recursive adjective, and recursive has two related meanings:1 A recursive procedure or routine is one

Posted in Computers & Technology by Amit Dubey at 2:26 PM on December 06, 2008
Tags recursion

What is Recursion?

are called recursive functions. Recursion is often seen as an efficient method of programming since it requires the least amount of code to perform the necessary functions. However, recursion must then this group of functions are called mutually recursive. If a function will always call itself, however it is called, then it will never terminate. Usually however, it first performs some test on its arguments

Posted in Computers & Technology by Hari at 10:54 AM on November 10, 2007
Tags recursion

What is the data structures used to perform recursion?

Stack. Because of its LIFO Last In First Out property it remembers its caller so knows whom to return when the function has to return. Recursion makes use of system stack for storing the return addresses of the function calls.Every recursive function has its equivalent iterative non-recursive function. Even when such equivalent iterative procedures are written, explicit stack is to be used

Posted in Computers & Accessories by Kaushal at 12:01 PM on October 24, 2008

What are the features of sendmail????

to Support Recursion and LDAP URL Support Support for the FallBackSmartHost Option Socket Maps DNS Maps Support for Deliver By SMTP Extension RFC 2852 Anti-Spamming Features Queuing Performance Features LDAP Enhancements to Support Recursion and LDAP URL Support Support for the FallBackSmartHost Option Socket Maps DNS Maps Support for Deliver By SMTP Extension RFC 2852 Anti-Spamming Features

Posted in Computers & Technology by Ajai Balaji at 9:54 PM on September 11, 2008

What is the data structures used to perform recursion?

Recursion uses system stack for storing and returning the addresses of the function calls. It remembers its caller due to its LIFO Last In First Out property. And knows whom to return when the function has to return. Hence Stack will be used for recursion....Hi, Stack is the data structures used. Because of its LIFO Last In First Out property it remembers its caller, so knows whom to return when

Posted in Computers & Technology by Quiz Master at 8:36 PM on March 06, 2008

what is binary tree?

in the tree. The left and right pointers recursively point to smaller "subtrees" on either side. A null pointer represents a binary tree with no elements -- the empty tree. The formal recursive definition is: a binary tree is either empty represented by a null pointer, or is made of a single node, where the left and right pointers recursive definition ahead each point to a binary tree....A binary tree

Posted in Computers & Technology by rocky singh at 11:35 PM on May 21, 2008
Tags binary, tree

what use of php ?

to download from the official PHP resource: www.php.net PHP is easy to learn and runs efficiently on the server side...satyakitt PHP a recursive acronym for PHP: Hypertext Preprocessor[2...] is a computer://en.wikipedia.org/wiki/PHP...PHP a recursive acronym for PHP: Hypertext Preprocessor is a computer scripting language, originally designed for producing dynamic web pages. It is for server-side scripting, but can be used from a

Posted in Computers & Technology by satyaiitk at 11:14 PM on May 17, 2008
Tags php

What Is Basic Difference Between recursion & looping? which Ever Is Best? Can You Give Me vb or c/c Project

of themselves. In C, this takes the form of a function that calls itself. A useful way to think of recursive functions is to imagine them as a process being performed where one of the instructions is to "Well, Recursion and looping are more or less same because both are used to do repetitive tasks.Recursion is a programming technique that allows the programmer to express operations in terms

Posted in Computers & Technology by noble lodha at 6:23 AM on March 17, 2008

What is Recursion?

are called recursive functions. Recursion is often seen as an efficient method of programming since it requires the least amount of code to perform the necessary functions. However, recursion mustA programming method in which a routine calls itself. Recursion is an extremely powerful concept, but it can strain a computers memory resources. Some programming languages, such as LISP and Prolog

Posted in Computers & Technology by cool at 12:01 PM on November 22, 2007
Tags recursion

What is heap in datastructure?

. The efficiency of heap operations is crucial in several graph algorithms.The operations commonly performed with a heap aredelete-max or delete-min: removing the root node of a max- or min

Posted in Computers & Technology by Mousumi Das at 8:19 PM on December 03, 2008

what is data structure?

structures has many variations and allows different operations to be performed on the data....In computer science, a data structure is a way of storing data in a computer so that it can be used efficiently the choice of an abstract data type. A well-designed data structure allows a variety of critical operations to be performed, using as few resources, both execution time and memory space, as possible. Data

Posted in Computers & Technology by kokila vani at 4:35 AM on September 28, 2008

What is Recursion?

recursion are called recursive functions.Recursion is often seen as an efficient method of programming since it requires the least amount of code to perform the necessary functions. However, recursion must itself during its execution.Recursion is often seen as an efficient method of programming since it requires the least amount of code to perform the necessary functions.

Posted in Computers & Technology by No.1 at 8:58 AM on February 13, 2008
Tags recursion

Why C programming is called as C?

facilities for structured programming and allows lexical variable scope and recursion, while a static type system prevents many unintended operations. In C, all executable code is contained within functions; it encourages modularity and good program organization; and it provides good data-structuring facilities.This memorandum is a tutorial to make learning C as painless as possible. The first part concentrates

Posted in Computers & Technology by Kishor More at 11:12 PM on August 16, 2008

Similar Questions

Left Ads
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.