Skip to content

Commit 8c8ace5

Browse files
committed
update readme
1 parent ac10a67 commit 8c8ace5

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1015-smallest-integer-divisible-by-k python medium
1+
2435-paths-in-matrix-whose-sum-is-divisible-by-k python hard

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
| 2429 | [Minimize XOR](https://leetcode.com/problems/minimize-xor) | [Python](./Python/2429-minimize-xor.py) | [Medium](./Readme/2429-minimize-xor.md) |
188188
| 2433 | [Find the Original Array of Prefix XOR](https://leetcode.com/problems/find-the-original-array-of-prefix-xor/) | [Python](./Python/2433-find-the-original-array-of-prefix-xor.py) | [Medium](./Readme/2433-find-the-original-array-of-prefix-xor.md) |
189189
| 2434 | [Using a Robot to Print the Lexicographically Smallest String](https://leetcode.com/problems/using-a-robot-to-print-the-lexicographically-smallest-string) | [Python](./Python/2434-using-a-robot-to-print-the-lexicographically-smallest-string.py) | [Medium](./Readme/2434-using-a-robot-to-print-the-lexicographically-smallest-string.md) |
190+
| 2435 | [Paths in Matrix Whose Sum is Divisible by K](https://leetcode.com/problems/paths-in-matrix-whose-sum-is-divisible-by-k/) | [Python](./Python/2435-paths-in-matrix-whose-sum-is-divisible-by-k.py) | [Hard](./Readme/2435-paths-in-matrix-whose-sum-is-divisible-by-k.md) |
190191
| 2438 | [Range Product Queries of Powers](https://leetcode.com/problems/range-product-queries-of-powers) | [Python](./Python/2438-range-product-queries-of-powers.py) | [Medium](./Readme/2438-range-product-queries-of-powers.md) |
191192
| 2439 | [Minimize Maximum of Array](https://leetcode.com/problems/minimize-maximum-of-array) | [Python](./Python/2439-minimize-maximum-of-array.py) | [Medium](./Readme/2439-minimize-maximum-of-array.md) |
192193
| 2441 | [Largest Positive Integer That Exists With Its Negative](https://leetcode.com/problems/largest-positive-integer-that-exists-with-its-negative/) | [Python](./Python/2441-largest-positive-integer-that-exists-with-its-negative.py) | [Easy](./Readme/2441-largest-positive-integer-that-exists-with-its-negative.md) |

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +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-
| [2435-paths-in-matrix-whose-sum-is-divisible-by-k](https://github.com/hogan-tech/leetcode-solution/tree/master/2435-paths-in-matrix-whose-sum-is-divisible-by-k) |
125-
## Dynamic Programming
126-
| |
127-
| ------- |
128-
| [2435-paths-in-matrix-whose-sum-is-divisible-by-k](https://github.com/hogan-tech/leetcode-solution/tree/master/2435-paths-in-matrix-whose-sum-is-divisible-by-k) |
129-
## Matrix
130-
| |
131-
| ------- |
132-
| [2435-paths-in-matrix-whose-sum-is-divisible-by-k](https://github.com/hogan-tech/leetcode-solution/tree/master/2435-paths-in-matrix-whose-sum-is-divisible-by-k) |
133-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)