Merge pull request #482 from LiangDazhu/patch-31

Update 1035.不相交的线.md
This commit is contained in:
程序员Carl
2021-07-13 20:55:16 +08:00
committed by GitHub

View File

@ -8,6 +8,8 @@
## 1035.不相交的线
题目链接: https://leetcode-cn.com/problems/uncrossed-lines/
我们在两条独立的水平线上按给定的顺序写下 A  B 中的整数。
现在我们可以绘制一些连接两个数字 A[i]  B[j] 的直线只要 A[i] == B[j],且我们绘制的直线不与任何其他连线(非水平线)相交。