I have this doubt from a very long time about tags of the problems.
when problem have tags like dp, greedy and brute force (1600+ rated problems), so is it really mean that the problem can be solved independently with these tags.
Does that mean, I can solve the problem using just greedy approach without some precomputation of dp or any brute force.
How these tags decided ?