Which of the following are questions that you should ask when you are reviewing your algorithm?
All of these are correct
- Can this algorithm be simplified?
- Is this solution similar to the solution of another problem?
- Does this algorithm solve a general or specific problem?
- Does this algorithm solve the original problem?
There are no hints for this question