Pseudocodenoun
(computing) A description of a computer programming algorithm that uses the structural conventions of programming languages but omits detailed subroutines or language-specific syntax.
Pseudocode
In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading.
Algorithmnoun
Ordered steps that solve a mathematical problem. A precise step-by-step plan for a computational procedure that possibly begins with an input value and yields an output value in a finite number of steps.
Algorithmnoun
(archaic) Calculation with Arabic numerals; algorism.
Algorithmnoun
a precise rule (or set of rules) specifying how to solve some problem; a set of procedures guaranteed to find the solution to a problem.
Algorithmnoun
a precise rule (or set of rules) specifying how to solve some problem
Algorithm
In mathematics and computer science, an algorithm ( (listen)) is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of specific problems or to perform a computation. Algorithms are always unambiguous and are used as specifications for performing calculations, data processing, automated reasoning, and other tasks.