mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
Update JavaScript and TypeScript codes for all chapters, rename JavaScript and TypeScript import folder to modules (#402)
* Update JavaScript and TypeScript codes * Rename JavaScript and TypeScript import folder to modules
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* Author: what-is-me (whatisme@outlook.jp)
|
||||
*/
|
||||
|
||||
const { printHeap } = require("../include/PrintUtil");
|
||||
const { printHeap } = require("../modules/PrintUtil");
|
||||
|
||||
/* 最大堆类 */
|
||||
class MaxHeap {
|
||||
|
||||
Reference in New Issue
Block a user