We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7088d1 commit 6606442Copy full SHA for 6606442
Search/05.SearchInRotatedArray/README.md
@@ -1,4 +1,4 @@
1
-# Search in Rotated Sorted Array()
+# Search in Rotated Sorted Array(搜索旋转排序数组)
2
LeetCode 33
3
[English](https://leetcode.com/problems/search-in-rotated-sorted-array/)
4
[中文](https://leetcode-cn.com/problems/search-in-rotated-sorted-array/)
Search/README.md
@@ -7,3 +7,7 @@
7
[03. Word Search(单词搜索)](./03.WordSearch)
8
9
[04. Word Search II(单词搜索 II)](./04.WordSearch2)
10
+
11
+[05. Search in Rotated Sorted Array(搜索旋转排序数组)](./05.SearchInRotatedArray)
12
13
+[06. Search a 2D Matrix(搜索二维矩阵)](./06.SearchA2DMatrix)
0 commit comments