Assignment 4 / 2a

Assignment 4 / 2a

by Sascha Hofmann -
Number of replies: 3

Hello everyone,

I don't quite understand the subquestion "Which data structures lead to which locality of access?" in subtask 2a. What other data structures but arrays are present here? Should I only write about those?

Thanks in advance.

In reply to Sascha Hofmann

Re: Assignment 4 / 2a

by Vinay Kumar Reddy Patil -

I think for a, x, and y we have to answer which type of access is used.

In reply to Vinay Kumar Reddy Patil

Re: Assignment 4 / 2a

by Jan Laukemann -
Yes, for each of the data structures a[][]x[], and y[], you should decide *if* there is a locality in the access pattern and if so, which one, if this depends on and if yes, how.