mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-12 07:26:07 +00:00
Update binary tree (JS).
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user