Simplify The Problem

Break it down

code 23

After communication, the most important skill is the ability to break large problems into smaller, less complicated problems.

If you can divide a big problem into a series of smaller problems that are more easily tested and verified, the task is easier to tackle, easier to troubleshoot and overall easier to solve.

For example, it is a mistake to write every single line of computer program before ever trying to run it. Instead, write a small section of the program, run it, fix whatever bugs there are,  before moving on to the next small section. This makes it easier to find the mistakes and verify that each individual step is running correctly. Always try to solve simple versions of your problem first and then add complexity in steps until you reach your final goal.

 

Do not try to solve all of the problems at once, solve them one at a time, then tackle the next. 

In my experience, the smartest and most ambitious persons among us are the most likely to fail at this. Perhaps school does not sufficiently challenge these people and so they never develop the skills to solve large problems.

Related Topics

Choosing a topic for your research can be a stressful things for many students. Here are the attributes of the ideal research topic.

Check out the visualization below – it can help explain why diffraction orders, or grating lobes, exist only at discrete angles. Waves …

Advice for making your resume standout out among the masses As an educator, I have reviewed many articles about writing resumes so …

Scroll to Top