File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 387
387
2278 | [ Percentage of Letter in String] ( https://leetcode.com/problems/percentage-of-letter-in-string/ ) | [ C++] ( ./C++/percentage-of-letter-in-string.cpp ) [ Python] ( ./Python/percentage-of-letter-in-string.py ) | _ O(n)_ | _ O(1)_ | Easy | | String
388
388
2288 | [ Apply Discount to Prices] ( https://leetcode.com/problems/apply-discount-to-prices/ ) | [ C++] ( ./C++/apply-discount-to-prices.cpp ) [ Python] ( ./Python/apply-discount-to-prices.py ) | _ O(n)_ | _ O(1)_ | Medium | | String
389
389
2299 | [ Strong Password Checker II] ( https://leetcode.com/problems/strong-password-checker-ii/ ) | [ C++] ( ./C++/strong-password-checker-ii.cpp ) [ Python] ( ./Python/strong-password-checker-ii.py ) | _ O(n)_ | _ O(1)_ | Easy | | String
390
- 2301 | [ Match Substring After Replacement] ( https://leetcode.com/problems/match-substring-after-replacement/ ) | [ C++] ( ./C++/match-substring-after-replacement.cpp ) [ Python] ( ./Python/match-substring-after-replacement.py ) | _ O(n * s )_ | _ O(m)_ | Hard | | Brute Force
390
+ 2301 | [ Match Substring After Replacement] ( https://leetcode.com/problems/match-substring-after-replacement/ ) | [ C++] ( ./C++/match-substring-after-replacement.cpp ) [ Python] ( ./Python/match-substring-after-replacement.py ) | _ O(n * k )_ | _ O(m)_ | Hard | | Brute Force
391
391
392
392
<br />
393
393
<div align =" right " >
You can’t perform that action at this time.
0 commit comments