Skip to content

Commit 16b64f4

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent aa259a7 commit 16b64f4

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

Solution/875. Koko Eating Bananas/readme.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
Sure! Here's a markdown-formatted LeetCode-style explanation for a problem like the one you shared:
21

3-
---
2+
<!-- problem:start -->
3+
4+
# [33. Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array)
5+
46

5-
```markdown
67
---
7-
comments: true
8-
difficulty: Medium
9-
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0000-0099/0033.Search%20in%20Rotated%20Sorted%20Array/README_EN.md
10-
tags:
8+
- **comments**: true
9+
- **difficulty**: Medium
10+
- **tags**:
1111
- Array
1212
- Binary Search
1313
---
1414

15-
<!-- problem:start -->
16-
17-
# [33. Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array)
18-
19-
[中文文档](/solution/0000-0099/0033.Search%20in%20Rotated%20Sorted%20Array/README.md)
20-
2115
## Description
2216

2317
<!-- description:start -->
@@ -109,5 +103,3 @@ class Solution {
109103

110104
<!-- problem:end -->
111105
```
112-
113-
Let me know which LeetCode problem you'd like next in this format!

0 commit comments

Comments
 (0)