Search found 1 match
- Sun Aug 19, 2007 6:36 am
- Forum: Volume 107 (10700-10799)
- Topic: 10744 - The Optimal Super-Highway
- Replies: 29
- Views: 19419
I don't Think
But I don't see this as a problem. In my point of view, also the fast O(N log N) solutions are good and should be ACed.
I don't think so that O(N.logn)is AC...
When I use N.log n, it was TLE.
but, if I use O(N), it was WA( this is not AC but, WA means not TLE)
How can you explain it?
Thanks ...