This commit is contained in:
chefyuan
2021-03-20 17:16:07 +08:00
parent 31b7ca856e
commit e7982af025
10 changed files with 142 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
> 如果阅读时,发现错误,或者动画不可以显示的问题可以添加我微信好友 **[tan45du_one](https://raw.githubusercontent.com/tan45du/tan45du.github.io/master/个人微信.15egrcgqd94w.jpg)** ,备注 github + 题目 + 问题 向我反馈
>
> 感谢支持,该仓库会一直维护,希望对各位有一丢丢帮助。
>
> 另外希望手机阅读的同学可以来我的 <u>[**公众号:袁厨的算法小屋**](https://raw.githubusercontent.com/tan45du/test/master/微信图片_20210320152235.2pthdebvh1c0.png)</u> 两个平台同步,想要和题友一起刷题,互相监督的同学,可以在我的小屋点击<u>[**刷题小队**](https://raw.githubusercontent.com/tan45du/test/master/微信图片_20210320152235.2pthdebvh1c0.png)</u>进入。
# **不完全有序**
## **查找目标元素(不含重复元素)**
@@ -50,7 +56,7 @@
希望我的表达能够让大家对这个变种理解透彻如果没能让各位理解或者有表达不当的地方欢迎各位批评指导然后我们一起来做一下 leetcode 33 题吧
### leetcode33搜索旋转排序数组
#### [33. 搜索旋转排序数组](https://leetcode-cn.com/problems/search-in-rotated-sorted-array/)
#### 题目描述