Skip to content

Commit

Permalink
Creating a template for jeremymanning's solution to problem 3016
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored and github-actions[bot] committed Aug 6, 2024
1 parent ed18dfd commit cd9102c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions problems/3016/jeremymanning.md
Original file line number Diff line number Diff line change
@@ -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!
...
```

0 comments on commit cd9102c

Please sign in to comment.