Programming Algorithms Question:
Download Questions PDF

In Algorithmic context how would you define book keeping operations?

Answer:

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”.

Download Programming Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the function SUB in algorithmic notation?Given a system of N equations whose coefficient matrix A is triangular and is stored in a vector R and the right hand side vector B, this algorithm obtains the solution vector X. Sum is a temporary variable. I am M are integer variables. How to follow the algorithm?