In Algorithmic context how would you define book keeping operations?

Submitted by: Administrator
Usually when a user wants to estimate time he isolates the specific function and brands it as active operation. The other operations in the algorithm, the assignments, the manipulations of the index and the accessing of a value in the vector, occur no more often than the addition of vector values. These operations are collectively called as “book keeping operations”.
Submitted by: Administrator

Read Online Programming Algorithms Job Interview Questions And Answers