Skip to content

Commit 43f1071

Browse files
committed
update readme
1 parent 62ac8dd commit 43f1071

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1365-how-many-numbers-are-smaller-than-the-current-number python medium
1+
0941-valid-mountain-array python easy
File renamed without changes.

Question_List_0001_1000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@
581581
| 0935 | [Knight Dialer](https://leetcode.com/problems/knight-dialer/) | [Python](./Python/0935-knight-dialer.py) | [Medium](./Readme/0935-knight-dialer.md) |
582582
| 0938 | [Range Sum of BST](https://leetcode.com/problems/range-sum-of-bst/) | [Python](./Python/0938-range-sum-of-bst.py) | [Easy](./Readme/0938-range-sum-of-bst.md) |
583583
| 0939 | [Minimum Area Rectangle](https://leetcode.com/problems/minimum-area-rectangle) | [Python](./Python/0939-minimum-area-rectangle.py) | [Medium](./Readme/0939-minimum-area-rectangle.md) |
584+
| 0941 | [Valid Mountain Array](https://leetcode.com/problems/valid-mountain-array/) | [Python](./Python/0941-valid-mountain-array.py) | [Easy](./Readme/0941-valid-mountain-array.md) |
584585
| 0945 | [Minimum Increment to Make Array Unique](https://leetcode.com/problems/minimum-increment-to-make-array-unique/) | [Python](./Python/0945-minimum-increment-to-make-array-unique.py) | [Medium](./Readme/0945-minimum-increment-to-make-array-unique.md) |
585586
| 0946 | [Validate Stack Sequences](https://leetcode.com/problems/validate-stack-sequences) | [Python](./Python/0946-validate-stack-sequences.py) | [Medium](./Readme/0946-validate-stack-sequences.md) |
586587
| 0947 | [Most Stones Removed with Same Row or Column](https://leetcode.com/problems/most-stones-removed-with-same-row-or-column/) | [Python](./Python/0947-most-stones-removed-with-same-row-or-column.py) | [Medium](./Readme/0947-most-stones-removed-with-same-row-or-column.md) |

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,3 @@ It helps others discover the repo and keeps the project growing.
115115
---
116116

117117
Feedback / Questions → open an Issue or reach out on [LinkedIn](https://www.linkedin.com/in/hogan-l/)
118-
119-
<!---LeetCode Topics Start-->
120-
# LeetCode Topics
121-
## Array
122-
| |
123-
| ------- |
124-
| [0978-valid-mountain-array](https://github.com/hogan-tech/leetcode-solution/tree/master/0978-valid-mountain-array) |
125-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)