Click here to Skip to main content
15,920,111 members

Comments by LieDragon (Top 2 by date)

LieDragon 28-Jul-10 1:19am View    
Yeah, maybe I should not worry about the costs. In fact , I used the data structure in the ACM-ICPC programming. So I care about the effecient.
Now I konw I can just bin the object and start again.Thank you very much.
LieDragon 28-Jul-10 1:16am View    
Thank you very much. In fact, I just want to delete all the members in the queue. So assign a empty queue to the object is enough. Just like the method you use in the "clear" function.
After all, Thank you all the same.