DAA with Python

12345678910
Across
  1. 7. algorithm design method that uses recursion
  2. 8. Python uses this to indicate block of code
  3. 10. the index or position where the first element of an array is stored
Down
  1. 1. a problem that can be solved using greedy method
  2. 2. one important characteristic or criteria of an algorithm
  3. 3. solution that satisfies the given constraint
  4. 4. solution that maximizes or minimizes the objective function
  5. 5. a data structure that is similar to an array in python
  6. 6. one of the algorithm design method
  7. 9. Keyword that marks the start of the function header in python