+ 3
What is algorithm ?
4 odpowiedzi
+ 12
An algorithm is a fancy to-do list for a computer. Algorithms take in zero or more inputs and give back one or more outputs.
A recipe is a good example of an algorithm because it tells you what you need to do step by step. It takes inputs (ingredients) and produces an output (the completed dish).
from: https://simple.m.wikipedia.org/wiki/Algorithm
Here's a free book on the subject
http://goalkicker.com/AlgorithmsBook/
+ 14
https://www.sololearn.com/learn/774/?ref=app
+ 1
Develop algorithms for liner search and binary search using pseudo code..plz help me??