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

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. Visiting each element of an array in a sequential manner.

3. A dictionary that contains other dictionaries as values for its keys.

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

5. A single value stored in the array.

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

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

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

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

10. Rearranging the elements of the array in a specific order.

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

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

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

Down

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

15. A method that returns the value associated with the specified key. If the key is not found, it returns None or a default value.

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

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

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


🖶

Shortcuts

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