+ 1
For experts ....Should I learn algoritmh before programming ?
2 Antworten
+ 10
Algorithms and programming are separate tasks can be be learned in any order. My first programming class intermixed them, giving a little algorithm and lots of programming. Then lots of algorithms with no programming. Making programs that solve algorithms is a very important task to learn. It helps reenforce your programming skills with simple programs. However, most programming tasks in the field don't require much algorithm knowledge so I'd concentrate on the programming and play with the algorithms as a way to generate programs.
+ 1
ok
thanks