Problem Reduction: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Artificial Intelligence<ref>http://www.flaticon.com/</ref> Problem reduction is the process of decomposing a hard problem into easier problems. On...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


Problem reduction is the process of decomposing a hard problem into easier problems. One of the fundamental aspects of knowledge is how to decompose hard problems into easier problems (given a hard problem, what is the best way to break it into pieces).  
Problem reduction is the process of decomposing a hard problem into easier problems. One of the fundamental aspects of knowledge is how to decompose hard problems into easier problems (given a hard problem, what is the best way to break it into pieces).  
When we break a problem into smaller parts, we have a sub-goal, which might be easier to solve.





Latest revision as of 07:19, 4 February 2018

Artificial Intelligence[1]

Problem reduction is the process of decomposing a hard problem into easier problems. One of the fundamental aspects of knowledge is how to decompose hard problems into easier problems (given a hard problem, what is the best way to break it into pieces).

When we break a problem into smaller parts, we have a sub-goal, which might be easier to solve.


References[edit]