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