|
|
back to boardfor C++ coder : <set> is very bad!!! Posted by hoan 29 Nov 2010 21:47 dont use <set> for dijekstra, use heap. first i use <set> ansd i had TL#7 but when i changed it to heap i Ac in 1.234 s. sorry for my poor english. GOOD LUCK!!! Re: for C++ coder : <set> is very bad!!! Posted by SEG 2 May 2011 22:44 my dijksta over <set> gets AC in 3.89 |
|
|