Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人告诉我 java 中有内置的 heapify 类/方法。但我找不到它。现在,我想在我的项目中使用它。那么有人知道吗?
该heapify方法在以下位置实现java.util.PriorityQueue:
heapify
java.util.PriorityQueue
http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/util/PriorityQueue.java
第 673 行。
它用于从集合中创建堆。