rrufai / StreamedConvexHull

0 stars 0 forks source link

Max Heap #9

Closed yasminmo closed 11 years ago

yasminmo commented 11 years ago

Hello, For Max Heap I plan to use Priority Queue in Java http://docs.oracle.com/javase/6/docs/api/java/util/PriorityQueue.html

I guess it satisfy all our need for a max heap, am I right?

Cheers, Yasmin

rrufai commented 11 years ago

Yes, this is fine.

Many thanks,

Raimi