Explain why algorithms are just as applicable for people as
Explain why algorithms are just as applicable for people as computers.
Solution
Answer:
In computer sciences , if we face a problem , we write programs for it . Before writing any progam in any programming language , we write the formal description of the program called algorithm. So before doing the actual process to solve the problem , it is like we are planning a track to solve it. This is what happens in computer sciences. Comming to the real like , if people face any problem in lives , they should tackle it with pateince . People usually try to solve the problems directly with actions without even thinking if their actions are fit enough to solve it. This results failure at the end. So the pre planning to solve the problem is must. This pre planninng to solve a problem is called algorithm in the real life. It is important to solve the problems in effecient way , better way so that we save our time and money.

