|
|
back to boardCommon Board1037 wa Posted by BBNS 31 Oct 2000 17:17 is there any trick inside? it seems easy...but i always get wrong answer...@@ Re: 1037 wa Posted by OVD 31 Oct 2000 19:32 What data structure do you use? I wrote (heap of free) + (double linked list sorted by access time) very quickly, but probably wrong. Is there a simplier way? Re: 1037 wa I used 2 heaps (of free and of access times) dynamicaly changing the heap of access times when needed with reference table array.(it worked) |
|
|