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

Crossword: Data Structures

Across

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

2. Finding the presence or location of a specific element in an array.

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

4. A type of object that cannot be changed after it has been created.

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

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

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

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

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

10. Visiting each element of the array once.

11. A method that retrieves all the identifiers present in a dictionary.

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

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

Down

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

15. A method that returns the value associated with the specified key. If the key is not found, it returns None or a default value.

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

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

18. Another term for a field within a record in a records data structure.

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


🖶

Shortcuts

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