475,728 views
16 votes
16 votes
What is algorithm in coding using C++

User Muizz Mahdy
by
2.3k points

1 Answer

21 votes
21 votes

Answer:

C++ algorithm

Step-by-step explanation:

The C++ algorithm is a precise step-by-step general solution guide that was created with the goal of providing the most efficient and least time-consuming solution to any problem. The designation in C++ denotes a set of functions that run on a certain set of components. Algorithms are used to solve issues and perform functions. Algorithms only function with values; they have no bearing on the size or storage capacity of a container. An algorithm can be found in a recipe for making a cake, a method for solving a long division problem, the process of doing laundry, and the functioning of a search engine, to name a few.

User Harmanjd
by
3.1k points