First page Back Continue Last page Graphics
Efficiency of Algorithms
Due to the speed limits of external storage the time required to fetch or write a block of data is far longer than the time required to operate on the Block's data
- It is therefore necessary that attempts are made to minimize the number of read/write operations that an algorithm is required to perform to accomplish its goal.