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

Crossword: Data Structures

Across

1. A type of object that can be changed after it has been created.

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

3. A technique that produces a replica of a dictionary with a limited depth.

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

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

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

7. A data structure that allows for efficient access using a hash function.

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

9. The data associated with a key in a dictionary.

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

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

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

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

Down

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

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

16. Visiting each element of the array once.

17. The horizontal dimension of a 2-dimensional array.

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

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: ↓