Update binary tree (JS).

This commit is contained in:
Yudong Jin
2022-12-23 01:25:12 +08:00
parent ee6842dc9c
commit 22314be33c
4 changed files with 15 additions and 24 deletions
@@ -45,4 +45,4 @@ console.log("目标元素 3 的索引 = " + index);
var linkedList = new ListNode();
var head = linkedList.arrToLinkedList(nums);
var node = linearSearchLinkedList(head, target);
console.log("目标结点值 3 的对应结点对象为 " + node);
console.log("目标结点值 3 的对应结点对象为 " + node);