Update code extractor of Java.

This commit is contained in:
krahets
2023-02-07 19:05:19 +08:00
parent 95bffcfb36
commit 8f512c2840
9 changed files with 99 additions and 87 deletions

View File

@ -6,14 +6,10 @@
import utils
/* */
class MaxHeap {
private var maxHeap: [Int]
/* */
init() {
maxHeap = []
}
/* */
init(nums: [Int]) {
//