0

How to solve problem ?

How to solve programming problem step by step?

23rd Jan 2019, 6:47 AM
Shifan
Shifan - avatar
1 ответ
+ 5
when solving a problem you can use pseudocode, this is like code in plain english where you describe your steps of solving it. after you get to a pseudocode that you are pleased with you implement it in the desired programming language. ok, you may say that this information is not that specific, but here is the catch: how do you become better at solving problems? -> by practicing. you solve a problem when you understand it, so solving a problem step by step implies that you break it down into chunks that you understand and you make them work together to get the desired behavior. hope it helped you.
23rd Jan 2019, 8:08 AM
notqueued
notqueued - avatar