Across
- 4. algorithm used to find the shortest path from a source node to all other nodes in a weighted graph?
- 6. efficiency class of matrix multiplication
- 8. name of the method to find one optimal solution from set of feasible solutions
- 9. address of another variable
- 10. data structure used to perform recursion
Down
- 1. simple algorithm to find minimum cost spanning tree.
- 2. characteristic of an algorithm should terminate after finite number of steps
- 3. structure used in depth first search
- 5. efficiency class of finding maximum element in an array
- 7. step by step procedure to solve a problem
