Skip to content

Commit 11a7835

Browse files
committed
Update README for problem 43
1 parent 7f6cea0 commit 11a7835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ LeetCode solutions in Python
2626
| 39 | Combination Sum | [Solution](problems/backtracking/combination_sum.py) | Medium | Backtracking |
2727
| 40 | Combination Sum II | [Solution](problems/backtracking/combination_sum_ii.py) | Medium | Backtracking |
2828
| 42 | Trapping Rain Water | [Solution](problems/array/trapping_rain_water.py) | Hard | Array, Two Pointers |
29+
| 43 | Multiply Strings | [Solution](problems/math/multiply_strings.py) | Math | Math, Strings |
2930
| 46 | Permutations | [Solution](problems/backtracking/permutations.py) | Medium | Permutations |
3031
| 48 | Rotate Image | [Solution](problems/math/rotate_image.py) | Medium | Math, Matrix |
3132
| 49 | Group Anagrams | [Solution](problems/string/group_anagrams.py) | Medium | String, Hashing |

0 commit comments

Comments
 (0)