Formula for particular lacation find in array in data structure with one dimensional
Answers
Answered by
1
Describe the formula of finding the location ( address) of particular element in 2D array ... 1. In case of Column Major Order: The formula is : LOC (A [J, K]) = Base (A) + w [M (K ...
Similar questions