Original Post
Lo, Since there are some very knowledgable people on here (who have taken Computer Science), it would be interesting to see what views and opinions appear in this topic. The big question facing complexity theory is: "Does P = NP?" For those who haven't come across the strange looking letters in the previous sentence (and are curious as to what I'm on about), they refer to complexity classes (i.e. some algorithms complete in polynomial time, while others complete in exponential time). Two examples of these complexity classes are P, and NP. P is a subset of NP (as far as we know). I reckon the resources on Wikipedia are excellent for reading about the subject. I think P != NP, simply because after a lot of research, we're unable to find a polynomial algorithm for an NP-complete problem (a list of examples is in the Wikipedia article). However, that's not a proof :) What do you think? How do you think it will be solved? Matt