0
Whatâs the relation with C++ and algorithms (Iâm just a beginner)
Whatâs the relation with C++ and algorithms (Iâm just a beginner)
3 RĂ©ponses
+ 1
The c++ for computer
+ 1
And algorithms for programmer to now any language
+ 1
Algorithms are the methods to resolve problems, they are independent of programming languages. Algorithms are just a bunch of instructions, which then are later translated to programming language like C++, Python, Java...