mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
Format JS and TS code.
This commit is contained in:
@@ -151,7 +151,6 @@ console.log(`\n堆元素数量为 ${size}`);
|
||||
let isEmpty = maxHeap.isEmpty();
|
||||
console.log(`\n堆是否为空 ${isEmpty}`);
|
||||
|
||||
|
||||
module.exports = {
|
||||
MaxHeap,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user