Recursion is a problem-solving technique where the solution of a problem depends on solutions to smaller instances of the same problem. It is a process by which a function calls itself directly or indirectly. Such a function is called a recursive function.
Tag: Algorithm
Brief Overview of Algorithm Analysis.
“An algorithm is a finite set of precise instructions executed in finite time for performing a computation or for solving a problem”. To represent an algorithm we use pseudo-code. Pseudo-code represents an algorithm in a clear understandable manner in like English language and gives the implementation view as like programming
language.
Blockchain Overview & it’s Characteristics.
Blockchain is a revolutionary technology that acts as a secure and transparent digital ledger. It records transactions in a decentralized manner, making it nearly impossible to alter past records. With its potential to redefine various industries, blockchain brings trust, security, and efficiency to digital processes.