Abstract data types

Double-ended queue

In computer science, a double-ended queue (abbreviated to deque, pronounced deck, like "cheque") is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front (head) or back (tail). It is also often called a head-tail linked list, though properly this refers to a specific data structure of a deque (see below). (Wikipedia).

Double-ended queue
Video thumbnail

Queuing lesson 1 - Types of queues, definitions

Hi all. In this lesson on queueing we introduce you to FIFO, LIFO, Single queue single server, single queue multiple server, multiple queue single server, multiple queue multiple server, baulking, reneging, and jockeying. A lot of definitions in one video - hope it helps!

From playlist Maths A / General Course, Grade 11/12, High School, Queensland, Australia

Video thumbnail

Queue Introduction

Related videos: Queue intro: https://youtu.be/KxzhEQ-zpDc Queue implementation: https://youtu.be/EoisnPvUkOA Queue code: https://youtu.be/HV-hpvuGaC4 Data Structures Source Code: https://github.com/williamfiset/algorithms My website: http://www.williamfiset.com

From playlist Queue data structure playlist

Video thumbnail

Dual-Clutch Transmission / Double-Clutch Gearbox (Animation)

http://www.bring-knowledge-to-the-world.com/ Do you want to know how dual-clutch transmissions work? Then, this is the right video for you! Dual-clutch transmissions, which are also known as twin-clutch gearboxes or double-clutch transmissions, are automatic transmissions. The complexity b

From playlist Automotive Engineering

Video thumbnail

Closed Center Valve

http://www.mekanizmalar.com This is a flash animation of a hydraulic closed center valve.

From playlist Pneumatic and Hydraulics

Video thumbnail

3_1 Introduction to Series

Introductory talk on series. Defining a series as a sequence of partial sums.

From playlist Advanced Calculus / Multivariable Calculus

Video thumbnail

Deque In Data Structure | Introduction To Deque With Example | Data Structures Tutorial |Simplilearn

🔥Post Graduate Program In Full Stack Web Development: https://www.simplilearn.com/pgp-full-stack-web-development-certification-training-course?utm_campaign=DequesinDataStructures-OBftGLwEdEw&utm_medium=DescriptionFF&utm_source=youtube 🔥Caltech Coding Bootcamp (US Only): https://www.simplil

From playlist Data Structures & Algorithms [2022 Updated]

Video thumbnail

Lecture 5 | Programming Abstractions (Stanford)

Lecture 5 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. In the fifth lecture, Julie discusses the use of templates, vectors and template specialization. She then goes through an example of code line by line explaining ea

From playlist Lecture Collection | Programming Abstractions

Video thumbnail

Microsoft Azure Storage Overview | Microsoft Azure Training | Microsoft Azure Tutorial | Edureka

( Azure Training -https://www.edureka.co/microsoft-certified-azure-solution-architect-certification-training ) In this Edureka YouTube live session, we will show you how to create a storage account in azure, and then move on to use its components i.e blobs, queues, tables and file storage.

From playlist Edureka Live Videos

Video thumbnail

Networking in C++ Part #1: MMO Client/Server, ASIO & Framework Basics

In this series, I use ASIO to create a portable, reusable, simple and flexible framework for general purpose client/server applications in C++. This video shows how to setup ASIO, then explores some of the challenges networking presents in general, before outlining the framework and starti

From playlist Interesting Programming

Video thumbnail

Introduction to Stacks and Queues (Data Structures & Algorithms #12)

Here's my introduction to stacks, queues, and deques (double-ended queues)! You can check out the problem I mentioned at the end of the video here: https://www.algoexpert.io/csdojo (it's a referral link) And you should join our community here if you haven't yet: https://www.csdojo.io/commu

From playlist Data Structures and Algorithms

Video thumbnail

Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

Learn and master the most common data structures in this full course from Google engineer William Fiset. This course teaches data structures to beginners using high quality animations to represent the data structures visually. You will learn how to code various data structures together wi

From playlist Java Tutorials

Video thumbnail

🔥Software Development Course Day 1 | Data Structures & Algorithms | Software Developer | Simplilearn

🔥Post Graduate Program In Full Stack Web Development: https://www.simplilearn.com/pgp-full-stack-web-development-certification-training-course?utm_campaign=SoftDevCourse27March2023&utm_medium=DescriptionFirstFold&utm_source=youtube 🔥Caltech Coding Bootcamp (US Only): https://www.simplilea

From playlist Simplilearn Live

Video thumbnail

UiPath Advanced Training | UiPath ReFramework Tutorial | UiPath Training Online | Edureka

** RPA Training: https://www.edureka.co/robotic-process-automation-training ** This session on UiPath Advanced Training will give you a complete overview of the advanced concepts of UiPath. Below are the topics covered in the video: Precap Why is ReFramework? How to use ReFramework? ReFram

From playlist UiPath Tutorial for Beginners | Edureka

Video thumbnail

🔥Data Structures and Algorithms Tutorial in C & C++ | Data Structures Full Course 2022 | Simplilearn

🔥Post Graduate Program In Full Stack Web Development: https://www.simplilearn.com/pgp-full-stack-web-development-certification-training-course?utm_campaign=DataStructuresFCMarch15-StCb0H84T6A&utm_medium=DescriptionFirstFold&utm_source=youtube 🔥Caltech Coding Bootcamp (US Only): https://ww

From playlist Simplilearn Live

Related pages

Big O notation | Queue (abstract data type) | Lazy evaluation | Standard Template Library | Computational complexity theory | Amortized analysis | 2–3 tree | Dynamic array | Peek (data type operation) | Work stealing | Priority queue | Abstract data type | FIFO (computing and electronics)