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

Crossword: Data Structures

Across

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

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

3. A unique identifier that is used to access the corresponding value in a dictionary.

4. A hierarchical data structure where each record has at most two children.

5. Removing an element from a specific position in an Array.

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

7. The process of assigning initial values to the elements of an array.

8. A single value stored in the array.

9. Rearranging the elements of the array in a specific order.

10. The number of key-value pairs in a dictionary.

11. A number that represents the position of an element in an array.

12. Visiting each element of an array in a sequential manner.

13. Modifying the value of an element in the array.

Down

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

15. A solitary entity encompassed in a data structure that encompasses numerous fields or attributes.

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

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

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

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


🖶

Shortcuts

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