0
what is the difference between An Algorithm And Program?
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.
+ 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.
+ 2
simply you can sayâ
an algorithm is a set of logic.
A program is a set of instructions
+ 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