.
This question has been flagged
4
Replies
212
Views
procedure or formula used for solving a problem. It is based on conducting a sequence of specified actions in which these actions describe how to do something, and your computer will do it exactly that way every time. An algorithm works by following a procedure, made up of inputs.
Algorithm is a set of rules to obtain the expected output from the given output.
Algorithms are like patterns or steps by step procedure, such as sorting numbers or finding the shortest path in a network, ensuring consistent and efficient results.
Algorithms are step-by-step instructions or rules used to solve a problem or complete a task.