Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce3384e

Browse files
committed
Update README.md
1 parent762dcad commitce3384e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ The height of the root is the height of the tree. The depth of a node is the len
1919
This is commonly needed in the manipulation of the various self-balancing trees,
2020
AVL Trees in particular. The root node has depth zero, leaf nodes have height zero,
2121
and a tree with only a single node (hence both a root and leaf) has depth and height zero.
22-
Conventionally, an empty tree (tree with no nodes, if such are allowed) has depth and height −1.
22+
Conventionally, an empty tree (tree with no nodes, if such are allowed) has depth and height −1.[4]
2323

2424

2525
REF:
2626
[1]http://xlinux.nist.gov/dads//HTML/perfectBinaryTree.html
2727
[2]http://courses.cs.vt.edu/~cs3114/Fall09/wmcquain/Notes/T03a.BinaryTreeTheorems.
2828
[3]http://courses.csail.mit.edu/6.006/fall09/lecture_notes/lecture04.pdf
29+
[4]http://www.cs.cmu.edu/~adamchik/15-121/lectures/Trees/trees.html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp