|
|
back to boardHint: if you got TLE Posted by OpenGL 29 Jul 2010 23:33 If you got TLE, try change adjacency matrix to edge list. Re: Hint: if you got TLE Posted by svr 13 Dec 2010 19:43 Bitset<30> operation "|" helps to avoid inner N-loop Re: Hint: if you got TLE = 、= Using edge list, got TLE. I got AC changed edge list to adjacency matrix. |
|
|