0

what is the difference between An Algorithm And Program?

17th Jul 2018, 11:06 AM
Faridullah khan
Faridullah khan - avatar
4 Answers
+ 2
A program is usually a contained within a file. It executes code. Algorithms are used inside programs for more efficient code. Like, sorting algs.
17th Jul 2018, 11:09 AM
Paul Grasser
Paul Grasser - avatar
+ 2
A program is a set of instructions in a computer understandable language to perform a certain task. An algorithm is a set of steps to perform a certain task.
17th Jul 2018, 11:09 AM
Satyam
+ 2
simply you can say— an algorithm is a set of logic. A program is a set of instructions
17th Jul 2018, 12:07 PM
Suraj Jha
Suraj Jha - avatar
+ 1
A program is a set of instructions written in a particular programming language to solve a computer problem, while an algorithm is a group of steps with in a program that has a particular function that leads to the completion of a program
13th Dec 2020, 11:04 AM
Tanwi Kalson Forbalang