diff --git a/problems/2976/jeremymanning.md b/problems/2976/jeremymanning.md new file mode 100644 index 0000000..28ad36c --- /dev/null +++ b/problems/2976/jeremymanning.md @@ -0,0 +1,11 @@ +# [Problem 2976: Minimum Cost to Convert String I](https://leetcode.com/problems/minimum-cost-to-convert-string-i/description/?envType=daily-question) + +## Initial thoughts (stream-of-consciousness) + +## Refining the problem, round 2 thoughts + +## Attempted solution(s) +```python +class Solution: # paste your code here! + ... +```