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

Crossword: Data Structures

Across

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

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

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

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

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

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

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

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

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

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

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

Down

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

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

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

15. Visiting each element of the array once.

16. Visiting each element of an array in a sequential manner.

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


🖶

Shortcuts

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