Skip to content

Commit 26f5e59

Browse files
authored
Update 面试题02.07.链表相交.md
1 parent 730f58b commit 26f5e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/面试题02.07.链表相交.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func getIntersectionNode(headA, headB *ListNode) *ListNode {
208208
}
209209
```
210210

211-
递归版本:
211+
双指针
212212

213213
```go
214214
func getIntersectionNode(headA, headB *ListNode) *ListNode {

0 commit comments

Comments
 (0)