- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 113字
- 2021-06-30 19:12:12
Types of queue
Before we begin understanding queues, let's quickly take a look at the types of queues that we may want to use in our applications:
- Simple queue: In a simple FIFO queue, the order is retained and data leaves in the same order in which it comes in
- Priority queue: A queue in which the elements are given a predefined priority
- Circular queue: Similar to a simple queue, except that the back of the queue is followed by the front of the queue
- Double ended queue (Dequeue): Similar to the simple queue but can add or remove elements from either the front or the back of the queue
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Kali Linux Web Penetration Testing Cookbook
- Computer Vision for the Web
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Kinect for Windows SDK Programming Guide
- Mastering Apache Spark 2.x(Second Edition)
- Serverless架構
- R大數據分析實用指南
- Learning DHTMLX Suite UI
- 一本書講透Java線程:原理與實踐
- Web前端應用開發技術
- Python機器學習算法與應用
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 可視化H5頁面設計與制作:Mugeda標準教程
- ASP.NET jQuery Cookbook(Second Edition)