Skip to content

Commit 03d228c

Browse files
committed
update readme
1 parent 7942e72 commit 03d228c

File tree

6 files changed

+2
-60
lines changed

6 files changed

+2
-60
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3234-count-the-number-of-substrings-with-dominant-ones python medium
1+
1437-check-if-all-1s-are-at-least-length-k-places-away python easy

1636-number-of-substrings-with-only-1s/1636-number-of-substrings-with-only-1s.py

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

1636-number-of-substrings-with-only-1s/README.md

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

1548-check-if-all-1s-are-at-least-length-k-places-away/1548-check-if-all-1s-are-at-least-length-k-places-away.py renamed to Python/1437-check-if-all-1s-are-at-least-length-k-places-away.py

File renamed without changes.

Question_List_1001_2000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
| 1432 | [Max Difference You Can Get From Changing an Integer](https://leetcode.com/problems/max-difference-you-can-get-from-changing-an-integer) | [Python](./Python/1432-max-difference-you-can-get-from-changing-an-integer.py) | [Medium](./Readme/1432-max-difference-you-can-get-from-changing-an-integer.md) |
212212
| 1433 | [Check If a String Can Break Another String](https://leetcode.com/problems/check-if-a-string-can-break-another-string) | [Python](./Python/1433-check-if-a-string-can-break-another-string.py) | [Medium](./Readme/1433-check-if-a-string-can-break-another-string.md) |
213213
| 1436 | [Destination City](https://leetcode.com/problems/destination-city/) | [Python](./Python/1436-destination-city.py) | [Easy](./Readme/1436-destination-city.md) |
214+
| 1437 | [Check If All 1's Are at Least Length K Places Away](https://leetcode.com/problems/check-if-all-1s-are-at-least-length-k-places-away/) | [Python](./Python/1437-check-if-all-1s-are-at-least-length-k-places-away.py) | [Easy](./Readme/1437-check-if-all-1s-are-at-least-length-k-places-away.md) |
214215
| 1438 | [Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit](https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/) | [Python](./Python/1438-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit.py) | [Medium](./Readme/1438-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit.md) |
215216
| 1441 | [Build an Array With Stack Operations](https://leetcode.com/problems/build-an-array-with-stack-operations/) | [Python](./Python/1441-build-an-array-with-stack-operations.py) | [Easy](./Readme/1441-build-an-array-with-stack-operations.md) |
216217
| 1442 | [Count Triplets That Can Form Two Arrays of Equal XOR](https://leetcode.com/problems/count-triplets-that-can-form-two-arrays-of-equal-xor/) | [Python](./Python/1442-count-triplets-that-can-form-two-arrays-of-equal-xor.py) | [Medium](./Readme/1442-count-triplets-that-can-form-two-arrays-of-equal-xor.md) |

1548-check-if-all-1s-are-at-least-length-k-places-away/README.md renamed to Readme/1437-check-if-all-1s-are-at-least-length-k-places-away.md

File renamed without changes.

0 commit comments

Comments
 (0)