Skip to content

Commit 4893cc5

Browse files
committed
update readme
1 parent b26aa1e commit 4893cc5

File tree

6 files changed

+2
-82
lines changed

6 files changed

+2
-82
lines changed

.github/test.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
3774-absolute-difference-between-maximum-and-minimum-k-elements python easy
2-
3775-reverse-words-with-same-vowel-count python medium
3-
3776-minimum-moves-to-balance-circular-array python medium
1+
3562-maximum-profit-from-trading-stocks-with-discounts python hard

3573-best-time-to-buy-and-sell-stock-v/README.md

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

3562-maximum-profit-from-trading-stocks-with-discounts/3562-maximum-profit-from-trading-stocks-with-discounts.py renamed to Python/3562-maximum-profit-from-trading-stocks-with-discounts.py

File renamed without changes.

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
| 3558 | [Number of Ways to Assign Edge Weights I](https://leetcode.com/problems/number-of-ways-to-assign-edge-weights-i) | [Python](./Python/3558-number-of-ways-to-assign-edge-weights-i.py) | [Medium](./Readme/3558-number-of-ways-to-assign-edge-weights-i.md) |
221221
| 3560 | [Find Minimum Log Transportation Cost](https://leetcode.com/problems/find-minimum-log-transportation-cost) | [Python](./Python/3560-find-minimum-log-transportation-cost.py) | [Easy](./Readme/3560-find-minimum-log-transportation-cost.md) |
222222
| 3561 | [Resulting String After Adjacent Removals](https://leetcode.com/problems/resulting-string-after-adjacent-removals) | [Python](./Python/3561-resulting-string-after-adjacent-removals.py) | [Medium](./Readme/3561-resulting-string-after-adjacent-removals.md) |
223+
| 3562 | [Maximum Profit from Trading Stocks with Discounts](https://leetcode.com/problems/maximum-profit-from-trading-stocks-with-discounts) | [Python](./Python/3562-maximum-profit-from-trading-stocks-with-discounts.py) | [Hard](./Readme/3562-maximum-profit-from-trading-stocks-with-discounts.md) |
223224
| 3566 | [Partition Array into Two Equal Product Subsets](https://leetcode.com/problems/partition-array-into-two-equal-product-subsets) | [Python](./Python/3566-partition-array-into-two-equal-product-subsets.py) | [Medium](./Readme/3566-partition-array-into-two-equal-product-subsets.md) |
224225
| 3567 | [Minimum Moves to Clean the Classroom](https://leetcode.com/problems/minimum-moves-to-clean-the-classroom) | [Python](./Python/3567-minimum-moves-to-clean-the-classroom.py) | [Medium](./Readme/3567-minimum-moves-to-clean-the-classroom.md) |
225226
| 3568 | [Maximize Count of Distinct Primes After Split](https://leetcode.com/problems/maximize-count-of-distinct-primes-after-split) | [Python](./Python/3568-maximize-count-of-distinct-primes-after-split.py) | [Medium](./Readme/3568-maximize-count-of-distinct-primes-after-split.md) |

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +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-
| [3562-maximum-profit-from-trading-stocks-with-discounts](https://github.com/hogan-tech/leetcode-solution/tree/master/3562-maximum-profit-from-trading-stocks-with-discounts) |
125-
## Dynamic Programming
126-
| |
127-
| ------- |
128-
| [3562-maximum-profit-from-trading-stocks-with-discounts](https://github.com/hogan-tech/leetcode-solution/tree/master/3562-maximum-profit-from-trading-stocks-with-discounts) |
129-
## Tree
130-
| |
131-
| ------- |
132-
| [3562-maximum-profit-from-trading-stocks-with-discounts](https://github.com/hogan-tech/leetcode-solution/tree/master/3562-maximum-profit-from-trading-stocks-with-discounts) |
133-
## Depth-First Search
134-
| |
135-
| ------- |
136-
| [3562-maximum-profit-from-trading-stocks-with-discounts](https://github.com/hogan-tech/leetcode-solution/tree/master/3562-maximum-profit-from-trading-stocks-with-discounts) |
137-
<!---LeetCode Topics End-->

3562-maximum-profit-from-trading-stocks-with-discounts/README.md renamed to Readme/3562-maximum-profit-from-trading-stocks-with-discounts.md

File renamed without changes.

0 commit comments

Comments
 (0)