I recently read articles about NP and P. So the problem of finding the combinations of the given word is an NP problem? For example, the given word anto, the result can be anot,toan and so on. As I came to know, whenever we can check the solution for the problem in a polynomial time then it means that it comes under NP. So the problem of combination comes under NP?
This is just to know whether I have understood NP and P very well.