What is Random Access Machine Model?

This RAM model is the base model for our study of design and analysis of algorithms to have design and analysis in machine independent scenario. In this model, each basic operations like addition and subtraction takes 1 step, loops and subroutines are not basic operations. Each memory reference is 1 step. We measure run time of algorithm by counting the steps.

0 comments:

Feel free to contact the admin for any suggestions and help.