0
Why are algorithms easier?
algagirythems are super easy compared to code, does code just need practice?
3 Réponses
+ 4
algagirythemic code is best practice
0
In fact, algorithmics are the the neccessary part on develping. Only a simple algorithmics are resolved by "on the fly" by programators when coding. The ímportant are solved by analytics before and get to programators "just code it"..
0
As the definition says....it is a finite sequence of unambiguous instructions to solve a problem in a finite amount of time.
generally algorithms are written in pseudo code(mixture of natural language and programming language written in programmer's own style in such a way that anyone can understand it)
the biggest advantage of pseudo code over programming language is that it can be understood by anyone(even for the beginners in programming)
professional developers generally write the pseudo code first and then code it using programming languages like c,c++,java etc