SlideShare a Scribd company logo
Queues
Queue
9500
( 5 )
Common operations
enqueue( ) : . true .
dequeue( ) : .
isEmpty : .
Peek : .
Example of a queue
enqueue(“ ”)enqueue(“ ”)
front back
enqueue(“ ”)enqueue(“ ”)enqueue(“ ”)enqueue(“ ”)enqueue(“ ”)enqueue(“ ”)dequeue()dequeue()dequeue()dequeue()dequeue()
queue 4
(Array)
(Doubly linked list)
(Ring buffer)
(Two stacks)
Queue in swift
?
.
next next next
prev prev prev
head tail
?
var	queue	=	QueueRingBuffer<String>(count:	4)
Write
Read
queue.enqueue(“섭")
queue.enqueue(“준호”)
queue.enqueue(“태현”)
queue.dequeue()
queue
[]
true
true
true
[ , , ]
“ ”
queue [ , ]
queue.peek “ ”
queue [ , ]
queue.enqueue(“경준”) true
queue [ , , ]
queue.dequeue() “ ”
queue.dequeue() “ ”
queue “ ”
queue.dequeue() “ ”
queue.isEmpty true
1
Left Stack Dequeue Right Stack Enqueue
2
3
eneque(1)eneque(2)eneque(3)dequeue()
Key points
• FIFO(First In First Out) .
• Enqueue .
• Dequeue .
• 

.
• .
• dequeue O(1) 

.
• .

More Related Content

PPTX
KCDC - .NET memory management
PDF
Some Pry Features
TXT
Assignment6
PDF
GoLang & GoatCore
PDF
Neotool (using py2neo from the command line)
PDF
Docopt
PDF
AJUG April 2011 Raw hadoop example
RTF
KCDC - .NET memory management
Some Pry Features
Assignment6
GoLang & GoatCore
Neotool (using py2neo from the command line)
Docopt
AJUG April 2011 Raw hadoop example

What's hot (20)

PDF
DeepLearning ハンズオン資料 20161220
PDF
A tour of Python
KEY
Parallel Computing in R
PPTX
Python for Scientists
PDF
Twisted is easy
PDF
Go Containers
PDF
15 6 파일 처리
DOCX
file handling
PDF
PyCon lightning talk on my Toro module for Tornado
PDF
Making Mongo realtime - oplog tailing in Meteor
PPTX
Android Guava
PDF
PyCon KR 2019 sprint - RustPython by example
PDF
FPBrno 2018-05-22: Benchmarking in elixir
PDF
37562259 top-consuming-process
PPTX
RediSearch Mumbai Meetup 2020
PDF
Kotlin - Coroutine
PPTX
QA Fest 2019. Saar Rachamim. Developing Tools, While Testing
PDF
New in MongoDB 2.6
PPTX
Azure Durable Funkiness - .NET Oxford June 2018
PDF
Introduction to jRuby
DeepLearning ハンズオン資料 20161220
A tour of Python
Parallel Computing in R
Python for Scientists
Twisted is easy
Go Containers
15 6 파일 처리
file handling
PyCon lightning talk on my Toro module for Tornado
Making Mongo realtime - oplog tailing in Meteor
Android Guava
PyCon KR 2019 sprint - RustPython by example
FPBrno 2018-05-22: Benchmarking in elixir
37562259 top-consuming-process
RediSearch Mumbai Meetup 2020
Kotlin - Coroutine
QA Fest 2019. Saar Rachamim. Developing Tools, While Testing
New in MongoDB 2.6
Azure Durable Funkiness - .NET Oxford June 2018
Introduction to jRuby
Ad

Similar to Queue in swift (20)

PPT
QUEUE OPERATIONS in DATASTRUCTURE AND ALGORITHMS
DOCX
Queue - Operations and Implementations
PPTX
DS ppt1.pptx.c programing. Engineering. Data structure
PDF
Lab 07 (2).pdfbdvdyve dhdysbsnjsnsvdvydbdns
PPTX
Data Structures - Lecture 6 [queues]
PPSX
Data Structure (Queue)
PPTX
Queues
PDF
chapter10-queue-161018120329.pdf
PPTX
queue is a linear data structure fifo approach
PPTX
Queue and its operations
PPTX
queue.pptx
PPTX
Queue using array with all the diagrams ppt.pptx
PDF
PPTX
Lecture 2 Introduction to Stacks and Queues.pptx
PPTX
Chapter 4 queue.pptx
PPT
Queues in C++ detailed explanation and examples .ppt
PPT
Queue data structure
PPT
Queue AS an ADT (Abstract Data Type)
PPT
PPT
The Queue in Data structure and algorithm
QUEUE OPERATIONS in DATASTRUCTURE AND ALGORITHMS
Queue - Operations and Implementations
DS ppt1.pptx.c programing. Engineering. Data structure
Lab 07 (2).pdfbdvdyve dhdysbsnjsnsvdvydbdns
Data Structures - Lecture 6 [queues]
Data Structure (Queue)
Queues
chapter10-queue-161018120329.pdf
queue is a linear data structure fifo approach
Queue and its operations
queue.pptx
Queue using array with all the diagrams ppt.pptx
Lecture 2 Introduction to Stacks and Queues.pptx
Chapter 4 queue.pptx
Queues in C++ detailed explanation and examples .ppt
Queue data structure
Queue AS an ADT (Abstract Data Type)
The Queue in Data structure and algorithm
Ad

More from joonjhokil (19)

PDF
iOS 개발자로 계속 성장하는 팁들(슬라이드만)
PDF
iOS 개발자로 계속 성장하는 팁들
PDF
Gitflow 깃플로우 공유
PDF
New uikit in wwdc2021(KOR)
PDF
php screw를 활용한 php 코드 암호화
PDF
Swift ui userinput
PDF
열거형을 활용하는 열가지 방법
PDF
파이썬 자료형 발표
PDF
Test expressions
PDF
Tdd app setup
PDF
Quick sort in Swift
PDF
Binary search
PDF
Queue challenges in swift
PDF
DDD 3기 누렁이 20191110 회의록
PDF
Rx MVVM
PDF
Error handling
PDF
RxSwift Transforming operators
PDF
Observer pattern
PDF
스위프트 ARC 발표 자료
iOS 개발자로 계속 성장하는 팁들(슬라이드만)
iOS 개발자로 계속 성장하는 팁들
Gitflow 깃플로우 공유
New uikit in wwdc2021(KOR)
php screw를 활용한 php 코드 암호화
Swift ui userinput
열거형을 활용하는 열가지 방법
파이썬 자료형 발표
Test expressions
Tdd app setup
Quick sort in Swift
Binary search
Queue challenges in swift
DDD 3기 누렁이 20191110 회의록
Rx MVVM
Error handling
RxSwift Transforming operators
Observer pattern
스위프트 ARC 발표 자료

Recently uploaded (20)

PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Construction Project Organization Group 2.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
composite construction of structures.pdf
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
additive manufacturing of ss316l using mig welding
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPT
Project quality management in manufacturing
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Well-logging-methods_new................
PPTX
web development for engineering and engineering
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
PPT on Performance Review to get promotions
PPT
introduction to datamining and warehousing
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Current and future trends in Computer Vision.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
UNIT 4 Total Quality Management .pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Construction Project Organization Group 2.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
composite construction of structures.pdf
Automation-in-Manufacturing-Chapter-Introduction.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Embodied AI: Ushering in the Next Era of Intelligent Systems
additive manufacturing of ss316l using mig welding
bas. eng. economics group 4 presentation 1.pptx
Project quality management in manufacturing
OOP with Java - Java Introduction (Basics)
Well-logging-methods_new................
web development for engineering and engineering
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPT on Performance Review to get promotions
introduction to datamining and warehousing
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Current and future trends in Computer Vision.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
UNIT 4 Total Quality Management .pptx

Queue in swift