How to improve Problem solving skill ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to improve Problem solving skill ?

How Can I improve my logical and problem solving skills

24th Jun 2021, 1:19 PM
Abhay Dixit
Abhay Dixit - avatar
2 Answers
+ 6
How to improve programming and logical skills The conditional statement Programming is more about conditions and looping.To improve logical thinking, start to think conditionally such as Yes or No,True or False.Try to question yourself or solve a problem as a conditional statement such as if...then...it's very helpful to improve your conditional reasoning power. 2. Think like a machine The machine didn't understand anything because it works on the instruction which we gave. To solve a problem, give instructions and try to follow the order. Here, instructions are nothing but logic. Machine-oriented thinking will help you to write logic in a program. 3. Solve logic puzzles Try to solve riddles and puzzles from newspapers or in a modern mobile app.Don’t get disheartened if you can't solve them at first attempt or take a long time to solve them.Remember that you are in the process of learning and improving skills.Your brain will be trained to think differently with every puzzle that you try to solve. /Matiyas/
24th Jun 2021, 1:25 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
One tip is to anticipate the unknowns and their potential impact for solving the problem. For example, this post asks a very generic question without anticipating the impact of missing details about your specific strengths, challenges, and experiences.
24th Jun 2021, 2:04 PM
David Carroll
David Carroll - avatar