Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e6dadc

Browse files
authored
Implemented Dequeue data structure
1 parent 60aa3ed commit 8e6dadc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Language](https://img.shields.io/badge/language-Swift-orange.svg)]()
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
55

6-
**Last Update: 12/September/2018.**
6+
**Last Update: 29/September/2018.**
77

88
![](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/cover-algo-datastruct.png)
99

@@ -19,6 +19,7 @@ Each major section will be wrapped into a separete `.playground` file, meaning t
1919
- [Circular Buffer](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/CircularBuffer.xcplaygroundpage/Contents.swift)
2020
- [Queue](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Queue.xcplaygroundpage/Contents.swift)
2121
- [Priority Queue](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Sources/PriorityQueue.swift)
22+
- [Dequeue](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Dequeue.xcplaygroundpage/Contents.swift)
2223
- [Linked List](https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Linked%20List.xcplaygroundpage/Contents.swift)
2324
- Doubly Linked List
2425
- Circular Linked List

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /