Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{AFC submission|||ts=20151112150541|u=Jouravla|ns=118}}
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. This is done by exploiting the structure and properties of the inputs to create various speed-ups in the efficiency of the [[algorithm]].
==Presorting==
|