Skip to content

Commit d3d0187

Browse files
committed
update readme
1 parent 3474c53 commit d3d0187

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
lines changed

.github/test.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
3745-maximize-expression-of-three-elements python easy
2-
3746-minimum-string-length-after-balanced-removals python medium
3-
3747-count-distinct-integers-after-removing-zeros python medium
1+
0717-1-bit-and-2-bit-characters python easy

0717-1-bit-and-2-bit-characters/0717-1-bit-and-2-bit-characters.py renamed to Python/0717-1-bit-and-2-bit-characters.py

File renamed without changes.

Question_List_0001_1000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@
472472
| 0714 | [Best Time to Buy and Sell Stock with Transaction Fee](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/) | [Python](./Python/0714-best-time-to-buy-and-sell-stock-with-transaction-fee.py) | [Medium](./Readme/0714-best-time-to-buy-and-sell-stock-with-transaction-fee.md) |
473473
| 0715 | [Range Module](https://leetcode.com/problems/range-module) | [Python](./Python/0715-range-module.py) | [Hard](./Readme/0715-range-module.md) |
474474
| 0716 | [Max Stack](https://leetcode.com/problems/max-stack) | [Python](./Python/0716-max-stack.py) | [Hard](./Readme/0716-max-stack.md) |
475+
| 0717 | [1-bit and 2-bit Characters](https://leetcode.com/problems/1-bit-and-2-bit-characters/) | [Python](./Python/0717-1-bit-and-2-bit-characters.py) | [Easy](./Readme/0717-1-bit-and-2-bit-characters.md) |
475476
| 0718 | [Maximum Length of Repeated Subarray](https://leetcode.com/problems/maximum-length-of-repeated-subarray/) | [Python](./Python/0718-maximum-length-of-repeated-subarray.py) | [Medium](./Readme/0718-maximum-length-of-repeated-subarray.md) |
476477
| 0719 | [Find K-th Smallest Pair Distance](https://leetcode.com/problems/find-k-th-smallest-pair-distance/) | [Python](./Python/0719-find-k-th-smallest-pair-distance.py) | [Hard](./Readme/0719-find-k-th-smallest-pair-distance.md) |
477478
| 0721 | [Accounts Merge](https://leetcode.com/problems/accounts-merge/) | [Python](./Python/0721-accounts-merge.py) | [Medium](./Readme/0721-accounts-merge.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-
| [0717-1-bit-and-2-bit-characters](https://github.com/hogan-tech/leetcode-solution/tree/master/0717-1-bit-and-2-bit-characters) |
125-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)