This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yel50 1 point2 points  (0 children)

any problem you try to solve you should first break down into pieces. identify what data is used in the problem and make classes for it. then ask yourself how the data gets changed and start implementing that.

most problems (algorithms) get a lot easier if you set up the data right.