Định nghĩa Double-Ended Queue (Deque) là gì?
Double-Ended Queue (Deque) là Double-Ended Queue (deque). Đây là nghĩa tiếng Việt của thuật ngữ Double-Ended Queue (Deque) - 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 hàng đợi đúp kết thúc là một loại đặc biệt của dữ liệu trong lĩnh vực lập trình máy tính. Trong kiểu dữ liệu trừu tượng này, yếu tố có thể được thêm từ cả phía trước và phía sau của hàng đợi. do khách sạn này, nó cũng được biết đến như một danh sách liên kết đầu đuôi. Trong đó, hàng đợi thực sự tượng trưng cho một bộ sưu tập các mặt hàng được sắp xếp tương tự như một dòng với hai kết thúc. Mục có thể được thêm vào hoặc lấy ra từ hai đầu mà không cần bất kỳ loại những hạn chế. Nhiều ngôn ngữ lập trình sử dụng kỹ thuật này do nhiều của nó các ứng dụng.
Xem thêm: Thuật ngữ công nghệ A-Z
Giải thích ý nghĩa
Một deque cho phép lập trình viên tự do tương tác với danh sách các đối tượng. Trong khi một deque dường như có tất cả các tính năng của ngăn xếp và hàng đợi bình thường, nó thiếu một số hạn chế của họ. Ví dụ, FIFO và LIFO đơn đặt hàng không theo yêu cầu của cấu trúc dữ liệu deque, trong khi họ là những yêu cầu rất nghiêm ngặt về bình thường hàng đợi và ngăn xếp.
What is the Double-Ended Queue (Deque)? - Definition
A double-ended queue is a special type of data in the field of computer programming. In this abstract data type, elements can be added from both the front and the back of the queue. Due to this property, it is also known as a head-tail linked list. In this, the queue actually symbolizes a collection of items arranged similarly to a line with two ends. Items can be added or removed from either end without any type of restrictions. Many programming languages use this technique due to its many applications.
Understanding the Double-Ended Queue (Deque)
A deque allows the programmer to freely interact with the list of objects. While a deque seems to have all the features of stacks and normal queues, it lacks some of their limitations. For example, FIFO and LIFO orders are not required by the deque data structure, while they are very strict requirements of normal queues and stacks.
Thuật ngữ liên quan
- Queue
- Stack
- Commit
- Access Modifiers
- Acyclic
- Appending Virus
- Armored Virus
- Binder
- Countermeasure
- Level Design
Source: Double-Ended Queue (Deque) là gì? Technology Dictionary - Filegi - Techtopedia - Techterm