Update solution 540

This commit is contained in:
halfrost
2022-03-01 20:55:43 -08:00
parent 3df9ef465d
commit a3977996e9

View File

@ -1,4 +1,4 @@
# [540. Single Element in a Sorted Array](https://leetcode-cn.com/problems/single-element-in-a-sorted-array/)
# [540. Single Element in a Sorted Array](https://leetcode.com/problems/single-element-in-a-sorted-array/)
## 题目