Answer:
An algorithm
Step-by-step explanation:
An algorithm is a crucial part of programming where a logical, well- defined and sequential steps are developed and documented for a specific task. The algorithm is accompanied by a flow chart which shows the graphical representation if the steps.
There are different types of algorithm and they are;
- brutal force algorithm
- Recursive algorithm
- Greedy algorithm
- Randomized algorithm
- Device tracking algorithm
- Divide and conquer algorithm etc.