Skip to content

Commit d5d9ab6

Browse files
committed
LC 2300. Successful Pairs of Spells and Potions (Python Binary Search)
1 parent 4944dd2 commit d5d9ab6

File tree

3 files changed

+2091
-1
lines changed

3 files changed

+2091
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Solutions to LeetCode problems. The first column links to the problem in LeetCod
447447
| [2246. Longest Path With Different Adjacent Characters][lc2246] | 🔴 Hard | [![python](res/py.png)][lc2246py] |
448448
| [2256. Minimum Average Difference][lc2256] | 🟠 Medium | [![python](res/py.png)][lc2256py] |
449449
| [2279. Maximum Bags With Full Capacity of Rocks][lc2279] | 🟠 Medium | [![python](res/py.png)][lc2279py] |
450-
| [2300. Successful Pairs of Spells and Potions][lc2300] | 🟠 Medium | [![rust](res/rs.png)][lc2300rs] |
450+
| [2300. Successful Pairs of Spells and Potions][lc2300] | 🟠 Medium | [![python](res/py.png)][lc2300py] [![rust](res/rs.png)][lc2300rs] |
451451
| [2306. Naming a Company][lc2306] | 🔴 Hard | [![python](res/py.png)][lc2306py] [![rust](res/rs.png)][lc2306rs] |
452452
| [2316. Count Unreachable Pairs of Nodes in an Undirected Graph][lc2316] | 🟠 Medium | [![rust](res/rs.png)][lc2316rs] |
453453
| [2348. Number of Zero-Filled Subarrays][lc2348] | 🟠 Medium | [![python](res/py.png)][lc2348py] [![rust](res/rs.png)][lc2348rs] |
@@ -1408,6 +1408,7 @@ Solutions to LeetCode problems. The first column links to the problem in LeetCod
14081408
[lc2279]: https://leetcode.com/problems/maximum-bags-with-full-capacity-of-rocks/
14091409
[lc2279py]: leetcode/maximum-bags-with-full-capacity-of-rocks.py
14101410
[lc2300]: https://leetcode.com/problems/successful-pairs-of-spells-and-potions/
1411+
[lc2300py]: leetcode/successful-pairs-of-spells-and-potions.py
14111412
[lc2300rs]: leetcode/successful-pairs-of-spells-and-potions.rs
14121413
[lc2306]: https://leetcode.com/problems/naming-a-company/
14131414
[lc2306py]: leetcode/naming-a-company.py

0 commit comments

Comments
 (0)