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. )
[embeddoc url=”https://tech.iravatisolutions.com/wp-content/uploads/2020/05/Introduction-to-Algorithms.pptx” download=”all” viewer=”google”]
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
[su_youtube url=”https://www.youtube.com/watch?v=WWDsIIFZMmA”]

