验证,校对

This commit is contained in:
jaredliw
2021-07-16 00:06:52 +08:00
parent 4a8c81e88e
commit 88fcd88712
14 changed files with 180 additions and 197 deletions

View File

@@ -115,7 +115,7 @@ var getIntersectionNode = function(headA, headB) {
Python Code:
```py
```python
class Solution:
def getIntersectionNode(self, headA: ListNode, headB: ListNode) -> ListNode:
tempa = headA
@@ -207,7 +207,7 @@ var getIntersectionNode = function(headA, headB) {
Python Code:
```py
```python
class Solution:
def getIntersectionNode(self, headA: ListNode, headB: ListNode) -> ListNode:
# 定义两个节点