Recursion & Stack: Conceptual Study for Implementation of Stack in Recursion

  • Unique Paper ID: 157302
  • Volume: 9
  • Issue: 6
  • PageNo: 464-480
  • Abstract:
  • This paper describes the detailed conceptual study of implementation of Stack Data structure in Recursion. In computer science, recursion is a programming technique which uses function or algorithm that invokes itself. Stack is a LIFO data structure in that Item is pushed & popped at same place named Top of Stack. A Recursive Program always uses stack to store the result of calculation made inside recursive procedure.

Cite This Article

  • ISSN: 2349-6002
  • Volume: 9
  • Issue: 6
  • PageNo: 464-480

Recursion & Stack: Conceptual Study for Implementation of Stack in Recursion

Related Articles