Skip to content

Commit 8f00263

Browse files
authored
Update README.md
1 parent 211ed16 commit 8f00263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Coding Exercises
55

66
| Title | Solution | Difficulty |
77
|----- | -------- | ---------- |
8-
|[Largest Number After Mutating Substring](https://leetcode.com/problems/largest-number-after-mutating-substring/) | [Java](./algorithms/java/src/LargestNumberAfterMutatingSubtring/largestNumberAfterMutatingSubstring.java)|Medium|
8+
|[Coin Change](https://leetcode.com/problems/largest-number-after-mutating-substring/) | [Python](./Algorithms/1D Dynamic Programming/Coin_Change.py)|Medium|
99

1010
### Databases
1111

0 commit comments

Comments
 (0)