Skip to content

Commit 3640f4e

Browse files
updated template
1 parent 6a0859b commit 3640f4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

problems/template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Initial thoughts (stream-of-consciousness)
44

5-
## Refining the problem
5+
## Refining the problem, round 2 thoughts
66

77
## Attempted solution(s)
8+
```python
9+
class Solution: # paste your code here!
10+
...
11+
```

0 commit comments

Comments
 (0)