mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 02:10:37 +08:00
Bug fixes and improvements (#1735)
* Fix the definition of "complete binary tree" in binary_tree.md * Update en/README.md
This commit is contained in:
@@ -655,7 +655,7 @@
|
||||
|
||||
### 完全二元樹
|
||||
|
||||
如下圖所示,<u>完全二元樹(complete binary tree)</u>只有最底層的節點未被填滿,且最底層節點儘量靠左填充。請注意,完美二元樹也是一棵完全二元樹。
|
||||
如下圖所示,<u>完全二元樹(complete binary tree)</u>僅允許最底層的節點不完全填滿,且最底層的節點必須從左至右依次連續填充。請注意,完美二元樹也是一棵完全二元樹。
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user