1. Trang chủ
  2. » Văn Hóa - Nghệ Thuật

Lecture Data structures and other objects using C++ - Chapter 10a: Complete binary trees - Trường Đại học Công nghiệp Thực phẩm Tp. Hồ Chí Minh

10 10 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 10
Dung lượng 525,03 KB

Nội dung

Each tree has a  special node  called its  root ,  usually drawn  at the top.... A Binary Tree of States.[r]

(1)

Chapter 10 introduces trees

This presentation illustrates the  simplest kind of trees: Complete 

Binary Trees

Complete Binary Trees

(2)

Binary Trees

A binary tree has nodes, similar to nodes in a  linked list structure

Data of one sort or another may be stored at each  node

(3)

Binary Trees

A binary tree has nodes, similar to nodes in a  linked list structure

Data of one sort or another may be stored at each  node

But it is the connections between the nodes which  characterize a binary tree

(4)

A Binary Tree of States

In this example,  the data 

(5)

A Binary Tree of States

(6)

A Binary Tree of States

Each tree has a  special node  called its root,  usually drawn 

at the top The example tree has Washington

(7)

A Binary Tree of States

Each node is  permitted to  have two links  to other nodes,  called the left 

child and the 

(8)

A Binary Tree of States

Each node is  permitted to  have two links  to other nodes,  called the left 

child and the 

(9)

A Binary Tree of States

Children are  usually drawn  below a node

The right child of Washington is

Colorado The left child of

(10)

A Binary Tree of States

Some nodes  have only one  child

Arkansas has a left child, but no

Ngày đăng: 01/04/2021, 03:05

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN