Set D

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