|
|
|
|
|
by js8
1054 days ago
|
|
> Oh, that's not what I meant to say at all. I see. I didn't really wanted to claim anything (or much) in this respect. I am working on a "candidate algorithm", that I believe could be in P with low degree (o(n^8)). (And if it's not in P, I think it will be very useful to understand WHY it is not; that's one of several reasons why I am testing it.) The reasons why I believe it's in P are complicated (I would have to describe the method), and I didn't wanted to go into that. Still, that's why people should take P=NP as a real possibility. AFAICT my approach is novel, but if some expert genuinely wants to help me understand where it is not novel, I will gladly explain how it works. |
|
I'm assuming you are working on solving some NP-hard problem?
> And if it's not in P, I think it will be very useful to understand WHY it is not; [...]
Yes, that's a good approach!
Btw, I spent quite a few years on and off trying to resolve the following question https://cstheory.stackexchange.com/questions/41251/simulate-... "Can you 'simulate' a heap in linear time?"
I would have been equally happy to find an algorithm that works in linear time, or to prove that it's not possible.
Last year I finally found the linear time algorithm.
> AFAICT my approach is novel, but if some expert genuinely wants to help me understand where it is not novel, I will gladly explain how it works.
I'd be happy to take a look.