mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-04 22:28:40 +08:00
Update binary_search_tree.js
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
const Tree = require("../include/TreeNode");
|
||||
const { printTree } = require("../include/PrintUtil");
|
||||
|
||||
/* 二叉搜索树 */
|
||||
/* 二叉搜索树 */
|
||||
var root;
|
||||
|
||||
function BinarySearchTree(nums) {
|
||||
|
||||
Reference in New Issue
Block a user