How to improve logical thinking in programming ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to improve logical thinking in programming ?

I want to improve my logical thinking in programming

7th Dec 2016, 4:45 PM
الواجد
الواجد - avatar
3 Answers
+ 2
I would recomend you solving some problems via writing a code for it (for example: how many prime numbers are there in given range etc etc). This site is really good http://www.spoj.com It really helped me when I started. In addition you will learn about various algorithms that can do specific task in fewer operations than "naive" code. Have fun! Sorry for my mistakes, I am not a native english speaker
7th Dec 2016, 4:55 PM
Maciej Falbogowski
Maciej Falbogowski - avatar
+ 1
Try Scratch by MIT
7th Dec 2016, 5:02 PM
Rishi Anand
Rishi Anand - avatar
+ 1
Try flowcharting a problem first - then develop the code.
7th Dec 2016, 8:54 PM
Brian Elliott
Brian Elliott - avatar