Skip to content

Commit e4aaa12

Browse files
committed
update readme
1 parent 8caad3c commit e4aaa12

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

.github/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1015-smallest-integer-divisible-by-k python medium

Question_List_1001_2000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| 1010 | [Pairs of Songs With Total Durations Divisible by 60](https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60/) | [Python](./Python/1010-pairs-of-songs-with-total-durations-divisible-by-60.py) | [Medium](./Readme/1010-pairs-of-songs-with-total-durations-divisible-by-60.md) |
1111
| 1011 | [Capacity To Ship Packages Within D Days](https://leetcode.com/problems/capacity-to-ship-packages-within-d-days/) | [Python](./Python/1011-capacity-to-ship-packages-within-d-days.py) | [Medium](./Readme/1011-capacity-to-ship-packages-within-d-days.md) |
1212
| 1014 | [Best Sightseeing Pair](https://leetcode.com/problems/best-sightseeing-pair) | [Python](./Python/1014-best-sightseeing-pair.py) | [Medium](./Readme/1014-best-sightseeing-pair.md) |
13+
| 1015 | [Smallest Integer Divisible by K](https://leetcode.com/problems/smallest-integer-divisible-by-k/) | [Python](./Python/1015-smallest-integer-divisible-by-k.py) | [Medium](./Readme/1015-smallest-integer-divisible-by-k.md) |
1314
| 1018 | [Binary Prefix Divisible By 5](https://leetcode.com/problems/binary-prefix-divisible-by-5) | [Python](./Python/1018-binary-prefix-divisible-by-5.py) | [Easy](./Readme/1018-binary-prefix-divisible-by-5.md) |
1415
| 1019 | [Next Greater Node In Linked List](https://leetcode.com/problems/next-greater-node-in-linked-list) | [Python](./Python/1019-next-greater-node-in-linked-list.py) | [Medium](./Readme/1019-next-greater-node-in-linked-list.md) |
1516
| 1023 | [Camelcase Matching](https://leetcode.com/problems/camelcase-matching) | [Python](./Python/1023-camelcase-matching.py) | [Medium](./Readme/1023-camelcase-matching.md) |

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +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-
## Hash Table
122-
| |
123-
| ------- |
124-
| [1015-smallest-integer-divisible-by-k](https://github.com/hogan-tech/leetcode-solution/tree/master/1015-smallest-integer-divisible-by-k) |
125-
## Math
126-
| |
127-
| ------- |
128-
| [1015-smallest-integer-divisible-by-k](https://github.com/hogan-tech/leetcode-solution/tree/master/1015-smallest-integer-divisible-by-k) |
129-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)