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?
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.
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.
0
thanks I will practice step by step.