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

Crossword: Data Structures

Across

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

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

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

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

5. An array that is commonly represented as a grid of rows and columns.

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

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

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

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

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

Down

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

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

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

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

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

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

17. A single value stored in the array.


🖶

Shortcuts

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