+ 3
How can one enhance their logical thinking in order to code precisely?
In order to code we need to apply some logic can anyone suggest me what are the steps that you follow/think while coding programs....
2 Answers
+ 9
"the steps" to enhance logical thinking is called algorithm.
Try to learn algorithm to solve the problem, and it is also need creativity
and take different perspective to work around some limitation like hardware resource.
+ 2
always try and think of all possible courses and outcomes.