Skip to content

Commit c8817b1

Browse files
committed
update readme
1 parent 7b9286d commit c8817b1

File tree

7 files changed

+2
-108
lines changed

7 files changed

+2
-108
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2536-increment-submatrices-by-one python medium
1+
3234-count-the-number-of-substrings-with-dominant-ones python medium

0259-3sum-smaller/0259-3sum-smaller.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

2625-increment-submatrices-by-one/2625-increment-submatrices-by-one.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
| 3223 | [Minimum Length of String After Operations](https://leetcode.com/problems/minimum-length-of-string-after-operations) | [Python](./Python/3223-minimum-length-of-string-after-operations.py) | [Medium](./Readme/3223-minimum-length-of-string-after-operations.md) |
6868
| 3227 | [Vowels Game in a String](https://leetcode.com/problems/vowels-game-in-a-string) | [Python](./Python/3227-vowels-game-in-a-string.py) | [Medium](./Readme/3227-vowels-game-in-a-string.md) |
6969
| 3233 | [Find the Count of Numbers Which Are Not Special](https://leetcode.com/problems/find-the-count-of-numbers-which-are-not-special) | [Python](./Python/3233-find-the-count-of-numbers-which-are-not-special.py) | [Medium](./Readme/3233-find-the-count-of-numbers-which-are-not-special.md) |
70+
| 3234 | [Count the Number of Substrings with Dominant Ones](https://leetcode.com/problems/count-the-number-of-substrings-with-dominant-ones) | [Python](./Python/3234-count-the-number-of-substrings-with-dominant-ones.py) | [Medium](./Readme/3234-count-the-number-of-substrings-with-dominant-ones.md) |
7071
| 3239 | [Minimum Number of Flips to Make Binary Grid Palindromic I](https://leetcode.com/problems/minimum-number-of-flips-to-make-binary-grid-palindromic-i) | [Python](./Python/3239-minimum-number-of-flips-to-make-binary-grid-palindromic-i.py) | [Medium](./Readme/3239-minimum-number-of-flips-to-make-binary-grid-palindromic-i.md) |
7172
| 3243 | [Shortest Distance After Road Addition Queries I](https://leetcode.com/problems/shortest-distance-after-road-addition-queries-i) | [Python](./Python/3243-shortest-distance-after-road-addition-queries-i.py) | [Medium](./Readme/3243-shortest-distance-after-road-addition-queries-i.md) |
7273
| 3249 | [Count the Number of Good Nodes](https://leetcode.com/problems/count-the-number-of-good-nodes) | [Python](./Python/3249-count-the-number-of-good-nodes.py) | [Medium](./Readme/3249-count-the-number-of-good-nodes.md) |

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -115,44 +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-
| [0259-3sum-smaller](https://github.com/hogan-tech/leetcode-solution/tree/master/0259-3sum-smaller) |
125-
| [2625-increment-submatrices-by-one](https://github.com/hogan-tech/leetcode-solution/tree/master/2625-increment-submatrices-by-one) |
126-
## Matrix
127-
| |
128-
| ------- |
129-
| [2625-increment-submatrices-by-one](https://github.com/hogan-tech/leetcode-solution/tree/master/2625-increment-submatrices-by-one) |
130-
## Prefix Sum
131-
| |
132-
| ------- |
133-
| [2625-increment-submatrices-by-one](https://github.com/hogan-tech/leetcode-solution/tree/master/2625-increment-submatrices-by-one) |
134-
## Two Pointers
135-
| |
136-
| ------- |
137-
| [0259-3sum-smaller](https://github.com/hogan-tech/leetcode-solution/tree/master/0259-3sum-smaller) |
138-
## Binary Search
139-
| |
140-
| ------- |
141-
| [0259-3sum-smaller](https://github.com/hogan-tech/leetcode-solution/tree/master/0259-3sum-smaller) |
142-
## Sorting
143-
| |
144-
| ------- |
145-
| [0259-3sum-smaller](https://github.com/hogan-tech/leetcode-solution/tree/master/0259-3sum-smaller) |
146-
## String
147-
| |
148-
| ------- |
149-
| [3479-count-the-number-of-substrings-with-dominant-ones](https://github.com/hogan-tech/leetcode-solution/tree/master/3479-count-the-number-of-substrings-with-dominant-ones) |
150-
## Sliding Window
151-
| |
152-
| ------- |
153-
| [3479-count-the-number-of-substrings-with-dominant-ones](https://github.com/hogan-tech/leetcode-solution/tree/master/3479-count-the-number-of-substrings-with-dominant-ones) |
154-
## Enumeration
155-
| |
156-
| ------- |
157-
| [3479-count-the-number-of-substrings-with-dominant-ones](https://github.com/hogan-tech/leetcode-solution/tree/master/3479-count-the-number-of-substrings-with-dominant-ones) |
158-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)