I have always though that NP consists of problems solved in a non polynomial time by a deterministic Turing machine. Recently I discovered that NP classifies all the problems solved by a non deterministic Turing machine in polynomial time.
Do those 2 machines solve the same problems? Meaning, can a deterministic Turing machine solve the problems in NP with non polynomial time, and should I consider them equal?
Thank you in advance for you help!