diff --git a/problems/3016/jeremymanning.md b/problems/3016/jeremymanning.md new file mode 100644 index 0000000..a12adae --- /dev/null +++ b/problems/3016/jeremymanning.md @@ -0,0 +1,11 @@ +# [Problem 3016: Minimum Number of Pushes to Type Word II](https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-ii/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! + ... +```