mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 14:10:00 +08:00
build
This commit is contained in:
@@ -155,7 +155,7 @@ This means that when using an array to represent a complete binary tree, it's po
|
||||
The following code implements a binary tree based on array representation, including the following operations:
|
||||
|
||||
- Given a node, obtain its value, left (right) child node, and parent node.
|
||||
- Obtain the preorder, inorder, postorder, and level-order traversal sequences.
|
||||
- Obtain the pre-order, in-order, post-order, and level-order traversal sequences.
|
||||
|
||||
=== "Python"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user