Lecture01- Introduction to Algorithms PPT
Lecture01- Introduction to Algorithms PPT
An algorithm is a finite set of instructions that is if followed, accomplishes a particular task. (One of the basic building blocks of computer software. )
Loading...
Pseudocode : It is a simpler version of a programming code in plain English which uses short phrases to write code for a program before it is implemented in a specific programming language.
Program : It is exact code written for problem following all the rules of the programming language