the algorithm is made of the
Answers
Answered by
2
Answer:
An algorithm (pronounced AL-go-rith-um) is a procedure or formula for solving a problem, based on conducting a sequence of specified actions. A computer program can be viewed as an elaborate algorithm.
Explanation:
please mark me as brainliest
I hope it will help you
Answered by
0
Answer:
An algorithm is made up of three basic building blocks: sequencing, selection, and iteration.
Explanation:
- An algorithm is a method that outlines how to solve a problem in a systematic fashion that always yields the right response.
- The quickest method is normally the best approach when there are several available for a given issue (as there usually are!).
- As computer programmers, we use algorithms all the time, whether it's a pre-existing method for a typical issue, like sorting an array, or a brand-new algorithm that is exclusive to our software.
- Understanding algorithms will help us choose which ones to utilize going forward and teach us how to create new, efficient, and accurate algorithms.
- Sequencing, selection, and iteration are the three fundamental building components that make up an algorithm.
#SPJ6
Similar questions