0
How to improve logical thinking in programming ?
I want to improve my logical thinking in programming
3 ответов
+ 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
+ 1
Try Scratch by MIT
+ 1
Try flowcharting a problem first - then develop the code.