Định nghĩa Binary Search Tree (BST) là gì?
Binary Search Tree (BST) là Binary Search Tree (BST). Đây là nghĩa tiếng Việt của thuật ngữ Binary Search Tree (BST) - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.
Độ phổ biến(Factor rating): 5/10
Một cây tìm kiếm nhị phân là một loại đặc biệt của nơi chứa dữ liệu lưu trữ các giá trị mà có thể cung cấp cho tìm kiếm hiệu quả. “Cây” tách thành hai định danh, trái và phải, và tách đệ quy sẽ tạo ra toàn bộ cấu trúc phụ của nơi chứa dữ liệu.
Xem thêm: Thuật ngữ công nghệ A-Z
Giải thích ý nghĩa
Ngoài cấu trúc cơ bản của nó, nơi mà ban đầu “thân cây” của chia rẽ cây nhị phân trong hai, có những giao thức dữ liệu khác liên quan đến cấu trúc cây tìm kiếm nhị phân. Thứ nhất là các giá trị quan trọng trên hai nút của một sự chia rẽ là các cửa hàng để các “left” Điều quan trọng là ít hơn so với ban đầu, và “quyền” Điều quan trọng là hơn. cây tìm kiếm nhị phân cũng có các tính chất khác được giải thích bởi các nhà khoa học dữ liệu và các chuyên gia khác, ví dụ, bản chất thú vị của “lá” hoặc nút kết thúc, mà thường không giữ một giá trị. cấu trúc nhị phân như cây tìm kiếm nhị phân có thể được sử dụng để làm giảm nỗ lực trong việc tìm kiếm, bởi vì cấu trúc dữ liệu chứa dữ liệu trong một kho lưu trữ được sắp xếp.
What is the Binary Search Tree (BST)? - Definition
A binary search tree is a particular type of data container storing values that can provide for efficient search. The “tree” separates into two identifiers, left and right, and recursive splitting creates the whole sub-structure of the data container.
Understanding the Binary Search Tree (BST)
In addition to its basic structure, where the original “trunk” of the binary tree splits in two, there are other data protocols associated with the binary search tree structure. One is that the key values on the two nodes of a split are stores so that the “left” key is less than the original, and the “right” key is more. Binary search trees also have other properties that are explained by data scientists and other professionals, for example, the interesting nature of the “leaf” or end node, which typically does not hold a value. Binary structures like the binary search tree can be used to decrease effort in search, because the data structure holds data in a sorted archive.
Thuật ngữ liên quan
- Binary Search
- Binary Tree
- Node
- Commit
- Access Modifiers
- Acyclic
- Appending Virus
- Armored Virus
- Binder
- Countermeasure
Source: Binary Search Tree (BST) là gì? Technology Dictionary - Filegi - Techtopedia - Techterm