1 13 15
18
2
3 16 4
5
6 14
7
8
12 17
9
10
11

Crossword: Data Structures

Across

1. Arrays that are placed inside other arrays, creating multiple dimensions.

2. The total number of elements that can be stored in an array.

3. A method that returns a view object of all the key-value pairs in a dictionary.

4. A data structure that connects individual records in a linear order.

5. A single value stored in the array.

6. A method that removes all key-value pairs from a dictionary.

7. Visiting each element of the array once.

8. The vertical dimension of a 2-dimensional array.

9. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.

10. A dictionary that contains other dictionaries as values for its keys.

11. Retrieving the value of a specific element in an array using its index.

Down

12. An array that is commonly represented as a grid of rows and columns.

13. The individual items or values stored within an array.

14. The total number of elements in a 2-dimensional array.

15. A data structure that stores a fixed-size sequential collection of elements of the same type.

16. A specific piece of information within a record in a records data structure.

17. A method that returns all the elements within a dictionary.

18. Functions that can be called on a dictionary object to perform operations such as adding, removing, or modifying key-value pairs.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓