Ternary Tree

Định nghĩa Ternary Tree là gì?

Ternary TreeTernary Tree. Đây là nghĩa tiếng Việt của thuật ngữ Ternary Tree - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Trong khoa học máy tính, một cây ternary là một loại cấu trúc dữ liệu cây mà mỗi nút có thể có đến ba nút phái sinh. Điều này trái ngược với một cây nhị phân, trong đó mỗi nút có thể có một hoặc hai nút phái sinh.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Trong một cấu trúc dữ liệu cây, thuật toán chuyên gia thường sử dụng tên "cha mẹ" và nút "con" để mô tả các yếu tố của cây có nguồn gốc từ nhau. Trong một cây ternary, node cha có thể có đến ba nút con, mà thường được dán nhãn là "trái" "giữa" và "đúng" nút tương ứng. Một số loại siêu dữ liệu có thể nằm trong các nút phái sinh.

What is the Ternary Tree? - Definition

In computer science, a ternary tree is a type of tree data structure where each node can have up to three derivative nodes. This is in contrast to a binary tree, where each node can have either one or two derivative nodes.

Understanding the Ternary Tree

In a tree data structure, algorithm experts often use the names "parent" and "child" nodes to describe elements of the tree that derive from each other. In a ternary tree, the parent node can have up to three child nodes, which are often labeled as the "left," "middle" and "right" node, respectively. Certain types of metadata may reside in these derivative nodes.

Thuật ngữ liên quan

  • Ternary
  • Binary File
  • Binary Format
  • Binary Tree
  • Commit
  • Access Modifiers
  • Acyclic
  • Appending Virus
  • Armored Virus
  • Binder

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *