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

Crossword: Data Structures

Across

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

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

3. Changing the value of a specific element in a 2-dimensional array.

4. Visiting each element of the array once.

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

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

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

8. A data structure that allows you to store and organize multiple pieces of related information in a single unit.

Down

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

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

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

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

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

14. A collection of key-value pairs, where each key maps to a specific value.

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

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


🖶

Shortcuts

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