I would like to know the difference between the complexity of an algorithm and the complexity of a problem, ie what points differ between the two
I would like to know the difference between the complexity of an algorithm and the complexity of a problem, ie what points differ between the two
The correct terminology is to say that a problem belongs to a class of temporal complexity.
To find out which class a problem belongs to, we should see which algorithm solves that problem (ie, the algorithm with the least temporal complexity):