+ 1

What is algorithm?

Many users say algorithm? What is it? Is it another way of saying syntax?

27th Jan 2017, 4:07 AM
MrCoder
MrCoder - avatar
4 Antworten
+ 1
They're like artificial intelligence
27th Jan 2017, 4:24 AM
totoro
totoro - avatar
+ 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.
27th Jan 2017, 4:24 AM
DaemonThread
DaemonThread - avatar
+ 1
Oh noice I finally understand it
27th Jan 2017, 4:33 AM
MrCoder
MrCoder - avatar
+ 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
27th Jan 2017, 4:50 AM
LeeHyeonBean
LeeHyeonBean - avatar