mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-25 02:53:43 +08:00
Bug fixes and improvements (#1380)
* preorder, inorder, postorder -> pre-order, in-order, post-order * Bug fixes * Bug fixes * Update what_is_dsa.md * Sync zh and zh-hant versions * Sync zh and zh-hant versions. * Update performance_evaluation.md and time_complexity.md * Add @khoaxuantu to the landing page. * Sync zh and zh-hant versions * Add @ khoaxuantu to the landing page of zh-hant and en versions.
This commit is contained in:
@@ -143,7 +143,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.
|
||||
|
||||
```src
|
||||
[file]{array_binary_tree}-[class]{array_binary_tree}-[func]{}
|
||||
|
||||
Reference in New Issue
Block a user