mirror of
https://github.com/happyflyer/wangdao-data-structure.git
synced 2026-04-30 21:51:39 +08:00
完成线索二叉树
This commit is contained in:
@@ -164,7 +164,7 @@ LNode *LocateElem(LinkList L, int e)
|
||||
{
|
||||
p = p->next;
|
||||
}
|
||||
// 找到后返回该节点指针,否则返回 NULL
|
||||
// 找到后返回该结点指针,否则返回 NULL
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user