Why are algorithms easier? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why are algorithms easier?

algagirythems are super easy compared to code, does code just need practice?

10th Dec 2016, 5:41 AM
Jack Haverland
Jack Haverland - avatar
3 Answers
+ 4
algagirythemic code is best practice
10th Dec 2016, 5:49 AM
Ahri Fox
Ahri Fox - avatar
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"..
10th Dec 2016, 7:27 AM
Petr Hatina
Petr Hatina - avatar
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
10th Dec 2016, 4:01 PM
Rishi Anand
Rishi Anand - avatar