Data structure Learning--the basic concept of tree

Source: Internet
Author: User

Reference book "Data structure and algorithm analysis--c language description"


Connecting two nodes is called Edge

A tree is a collection of n nodes and N-1 edges

A node without a son is called a leaf (leaf).

Having the same father is called a brother.

The depth of Ni,ni to any node is the only path from Root to Ni, where the depth of the root is 0. The depth of a leaf is equal to its deepest leaf depth.

NI's height is the longest path from ni to a leaf, the height of a tree is higher than its root, and the height of all the leaves is 0.

The length of a path is the number of bars above the path.

The depth of all nodes of a tree and called the internal path is long.

In the tree shown:

The root node of the tree is 20, with 7 nodes and 3 leaf nodes.

The height of node 10 is: 1, the height of the tree is: 3

The depth of node 10 is: 2, the depth of the tree is: 3

the depth of the tree = Tree Height



Data structure Learning--the basic concept of tree

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.