The three correct measures used to assess the quality of an algorithm are:
- Time complexity - This measures how the execution time of an algorithm increases with the size of the input.
- Resource consumption - This refers to the amount of resources (such as memory) the algorithm uses while executing.
- Reusability - This measures how easily the algorithm can be reused in different contexts or applications.
The options "number of lines" and "amount of variables" are not standard measures for assessing the quality of an algorithm in the same way as the others listed.