Describe recursive algorithm
What do you mean by recursive algorithm? Describe in brief.
Expert
Recursive algorithm is a technique of simplification which divides the problem to sub-problems of the similar nature. The outcome of one recursion is the input for the next recursion. The repletion is in self-similar fashion. The algorithm calls itself with smaller input values and gets the outcomes by simply performing the operations on such smaller values. Generation of factorial, Fibonacci number series are the illustrations of recursive algorithms.
Explain the queue operation in brief.
Explain about a matrix and its uses with an example.
What are the different between quick and merge sort algorithms?
Explain how spiral model works?
Explain different types of cohension?
Define the term process?
Explain about the free pool?
Write down in brief the working process of Merge Sort?
Briefly describe the term B tree?
Briefly describe the term linear and non linear data structure?
18,76,764
1941251 Asked
3,689
Active Tutors
1460979
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!