mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-18 20:47:15 +00:00
refactor: Replace 结点 with 节点 (#452)
* Replace 结点 with 节点 Update the footnotes in the figures * Update mindmap * Reduce the size of the mindmap.png
This commit is contained in:
@@ -32,5 +32,5 @@ func TestHashingSearch(t *testing.T) {
|
||||
head = head.Next
|
||||
}
|
||||
node := hashingSearchLinkedList(m1, target)
|
||||
fmt.Println("目标结点值 3 的对应结点对象为 ", node)
|
||||
fmt.Println("目标节点值 3 的对应节点对象为 ", node)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user