Masagutov A. V.

123456789101112
Across
  1. 2. A structure for representing objects and their relationships
  2. 4. Storing a "key-value" pair
  3. 8. Student's last name
  4. 9. A set of commands executed by a computer
  5. 11. A block of code executed when called
  6. 12. A structure processed by algorithms that includes information
Down
  1. 1. A characteristic of an algorithm that describes the cost of resources (time or memory)
  2. 3. A data structure for sequentially processing elements
  3. 5. A structure that stores elements in a continuous area of ​​memory and accesses them by index
  4. 6. A dynamic structure whose elements are interconnected
  5. 7. A data structure that operates on the "last in, first out" principle
  6. 10. The process of ordering elements according to a certain criterion