Input enhancement (computer science): Difference between revisions

Content deleted Content added
mNo edit summary
top: ce, rm orphan tag (Query 38614); ► Wikiproject Orphanage: You can help!
 
Line 1:
{{Orphan|date=January 2016}}
 
In [[computer science]], '''input enhancement''' is the principle that processing a given input to a problem and altering it in a specific way will increase [[Time complexity|runtime efficiency]] or [[DSPACE|space efficiency]], or both. The altered input is usually stored and accessed to simplify the problem. By exploiting the structure and properties of the inputs, input enhancement creates various speed-ups in the efficiency of the [[algorithm]].