Data Structures

This category talks about different kinds of data structures, or forms of data. It includes questions about lists, arrays, and structures not covered in other categories.

Questions

How can you test to see if two arrays are the same?

How do I create an array with more than three dimensions?

How do I find a value in a list?

How do I find a value in an array?

How do I sort a 2 dimensional array?

How do I sort a single dimension array?

How do I sort a structure?

How do you copy a structure?

How do you determine if an array position exists?

How do you dynamically set a variable and its value?

How do you loop over the values in a structure?

How do you loop over the values of an array?

How do you return the value of a dynamic structure key?