binary-tree
树相关汇总
普通遍历
1 | # 前序遍历(根左右) |
优先遍历
1 | # 深度优先遍历(前序遍历) |
变种
1 | # 最大深度 |
建树
1 | class TreeNode: |
- Title: binary-tree
- Author: Tricy Zhou
- Created at : 2022-12-08 14:20:24
- Updated at : 2026-04-25 14:52:13
- Link: https://redefine.ohevan.com/2022/12/08/binary-tree/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments