Skip to content

Commit

Permalink
Creating a template for jeremymanning's solution to problem 590
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored and github-actions[bot] committed Aug 26, 2024
1 parent b88a367 commit 554fc9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions problems/590/jeremymanning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Problem 590: N-ary Tree Postorder Traversal](https://leetcode.com/problems/n-ary-tree-postorder-traversal/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 554fc9e

Please sign in to comment.