+ 4
How Do you figure out an algorithm??
How do you find procedure to complete your program? If you write something, kindly share a picture. Thanks
4 ответов
+ 8
I try to solve a programming problem mostly on pen and paper. I divide the whole task into subtasks and try to complete it using loops, ifs, switch, continue and break etc. I draw tables etc. and visualise the memory allocation and slowly tend to reach my goal.
+ 11
if your program is using a database, then you work with UML. for the rest it's just free thinking (you get used to it with practice).
ps: also, i don't like coffee. i prefer Tea.
+ 5
coffee*
+ 3
Coffee, definitely!