Set C

1234567891011121314
Across
  1. 3. instance of a class
  2. 7. alternative to recursion
  3. 9. memory is allocated as program executes
  4. 11. model of data type
  5. 12. sequence of instructions for solving problem
  6. 13. value for Boolean data type
  7. 14. ___-case is represented through Big-Omega notation
Down
  1. 1. implements row-wise major array
  2. 2. a linear data structure
  3. 4. a primitive data type
  4. 5. distinct
  5. 6. a non-linear data structure
  6. 8. position of element in array
  7. 9. data types for fractional numbers
  8. 10. online platform to write and execute Python codes