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

Crossword: Data Structures

Across

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

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

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

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

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

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

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

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

Down

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

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

11. A single value stored in the array.

12. Visiting each element of the array once.

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

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


🖶

Shortcuts

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