Start learning 50% faster. Sign in now
A stack is the most suitable data structure for implementing recursion. This is because recursive calls need to store the state of the current function execution before jumping into the next function call. Stacks follow the Last In, First Out (LIFO) principle, which perfectly suits the recursive function call structure. Why Other Options are Wrong: b) A queue follows First In, First Out (FIFO), which doesn’t support the nature of recursion. c) Linked lists can be used for dynamic memory but are not suitable for managing function calls in recursion. d) Arrays have a fixed size and do not inherently support LIFO behavior. e) Hash tables are for storing key-value pairs and have no role in recursion.
I. 3x2 – 17x + 10 = 0
II. y2 – 17y + 52 = 0
Solve the quadratic equations and determine the relation between x and y:
Equation 1: x² - 24x + 143 = 0
Equation 2: y² - 20y + 96 = 0
I. x2 + 25x + 154 = 0
II. y2 + 27y + 181 = 0
I. 2x2– 5x – 63 = 0
II. 2y2– 7y – 72 = 0
I. x2 + 28x + 96 = 0
II. y2 + 3y - 70 = 0
I. x2 - x - 56 = 0
II. y2 - 20y + 96 = 0
I. x² - 208 = 233
II. y² + 47 - 371 = 0
I. 10x2 + 33x + 9 = 0
II. 2y2 + 13y + 21 = 0
I. 6x² - 49x + 99 = 0
II. 5y² + 17y + 14 = 0
l). p² - 26p + 153 = 0
ll). q² - 17q + 72 = 0