mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Update code extractor of Java.
This commit is contained in:
@@ -260,11 +260,6 @@ comments: true
|
||||
=== "Java"
|
||||
|
||||
```java title="my_heap.java"
|
||||
// 使用列表而非数组,这样无需考虑扩容问题
|
||||
List<Integer> maxHeap;
|
||||
|
||||
[class]{MaxHeap}-[func]{MaxHeap}
|
||||
|
||||
[class]{MaxHeap}-[func]{left}
|
||||
|
||||
[class]{MaxHeap}-[func]{right}
|
||||
|
||||
Reference in New Issue
Block a user