I'm new to NP completeness and spent hours thinking of this irritating fact, here it goes like this. In P, NP and NPC problems we consider only whether there's a polynomial time solution for the problem. but an algorithm that solves a given problem doesn't necessarily need to have polynomial time complexity. (e.g. assume that we are solving Knapsack problem using recursive method which takes exponential time)
Then someone please tell me whether we accept the given algorithm is NP or NPC since the time complexity is not polynomial.