threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 145. Binary Tree Postorder Traversal #1777

Closed threeal closed 2 weeks ago

threeal commented 3 weeks ago

This issue suggests solving the problem 145. Binary Tree Postorder Traversal. To achieve this, we can use a recursive function to traverse the binary tree and push the values accordingly.