To perform recursion which data structures is used
To perform recursion which data structures is used?
Expert
To perform recursion we use stack. As it use LIFO (Last In First Out) property which remembers its 'caller' hence it knows whom to return the value and when the function has to return. Recursion use system stack for storing the return addresses of the function calls.
Every recursive function has its corresponding iterative (non-recursive) function. Still when such equivalent iterative processes are written, explicit stack is used.
Explain the power center repository?
Describe the meaning of each of the transaction stages supported by SQL Server?
Clarify how we can export mappings to production environment?
Give brief introduction of the term broad cast agent?
Explain the term Contexts?
How are metadata keys and surrogate handled in MySQL?
Explain the way to support Row Level Locking in Sybase.
Illustrates the data structures used to do recursion?
Explain the term Account and Directory options?
Define the term Cognos 8 BI?
18,76,764
1945258 Asked
3,689
Active Tutors
1439854
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!