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

Crossword: Data Structures

Across

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

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

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

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

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

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

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

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

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

Down

10. Adding a new element at a specified position in an array.

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

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

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

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

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

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

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

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


🖶

Shortcuts

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