Algos little confuse to me what should I do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Algos little confuse to me what should I do?

I am good in Java programming sytax but bad in algorithms used in programms what should I do?

18th May 2017, 2:00 PM
Kuldeep Lodhi
Kuldeep Lodhi - avatar
3 Answers
0
Practice them. Run one step by step and try to guess what will happen. If you can debug the code, or print the values in every step.
18th May 2017, 2:29 PM
Szabó Gábor
Szabó Gábor - avatar
0
An algorithm describes a procedure to solve a problem. So defining problem is the most important. First of all, let's figure out input and output. In other words, you should know start and goal of a problem well. Then connect them by understanding each step.
18th May 2017, 2:30 PM
Twelfty
Twelfty - avatar
0
thanks I will practice step by step.
18th May 2017, 6:12 PM
Kuldeep Lodhi
Kuldeep Lodhi - avatar