mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
Format the Java codes with the Reat Hat extension.
This commit is contained in:
@ -9,7 +9,6 @@ package chapter_heap;
|
||||
import include.*;
|
||||
import java.util.*;
|
||||
|
||||
|
||||
public class heap {
|
||||
public static void testPush(Queue<Integer> heap, int val) {
|
||||
heap.offer(val); // 元素入堆
|
||||
|
||||
Reference in New Issue
Block a user