“>Priority Queues and Heapsort Many applications require that we process records with keys in order, but notnecessarily in full sorted order and not necessarily all at once. Often, wecollect a set of records, then process the one with the largest key, thenperhaps collect more records, then process the one with the current largest key,and so forth. An appropriate data structure in such an environment supports theoperations of inserting a new element and deleting the largest element. Su 
continue >>




Author:
admin
Time:
Wednesday, February 6th, 2008 at 11:50 pm
Category:
Java
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply