+ 1
What is algorithm?
Many users say algorithm? What is it? Is it another way of saying syntax?
4 Antworten
+ 1
They're like artificial intelligence
+ 1
An algorithm is basically a section of code that's specialized to perform a task. For instance, a sorting algorithm takes all the numbers of an array and puts them in order, and a path-finding algorithm finds the shortest path from one point to another.
+ 1
Oh noice I finally understand it
+ 1
input: at least one input (in code or userinput)
output: at least one output
definitude: all step must be definite not be uncertain
finitude: must be finished
efficiency: must be efficient that human can do