WHY BEGINS ALGORITHM?
We usually plan ahead to do a job in our daily lives. Determining the steps of our work with this plan will make it easier for us and guide us to reach our goal.
In computer science these algorithms are replaced by algorithms. The algorithm is a set of finite process steps that are clearly defined to perform a job, especially in mathematics and computer science. In other words, the algorithm is the process steps transmitted to the computer to make the desired operations to the computer. The algorithm specifies the steps in which to determine which input values to take in the solution of a problem, what methods to use when processing, what results to produce, and how and where these results will be shown and stored. After the algorithm is prepared, the program is written with the preferred programming language and the errors are corrected and tested.