File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# A Double-Ended Queue Type in Swift
22
3+ [ ![ Swift 2.2] ( https://img.shields.io/badge/Swift-2.2-blue.svg )] ( https://swift.org )
4+ [ ![ License] ( https://img.shields.io/badge/licence-MIT-blue.svg )] ( https://github.com/lorentey/BTree/blob/master/LICENCE.md )
5+ [ ![ Platform] ( https://img.shields.io/badge/platforms-OS_X%20∙%20iOS%20∙%20watchOS%20∙%20tvOS-blue.svg )] ( https://developer.apple.com/platforms/ )
6+
37[ ![ Build Status] ( https://travis-ci.org/lorentey/Deque.svg?branch=master )] ( https://travis-ci.org/lorentey/Deque )
48[ ![ codecov.io] ( https://codecov.io/github/lorentey/Deque/coverage.svg?branch=master )] ( https://codecov.io/github/lorentey/Deque?branch=master )
59
10+ [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg )] ( https://github.com/Carthage/Carthage )
11+ [ ![ CocoaPod Version] ( https://img.shields.io/cocoapods/v/Deque.svg )] ( http://cocoapods.org/pods/Deque )
12+
613
714` Deque<Element> ` implements a double-ended queue type.
815It's an ` Array ` -like random-access collection of arbitrary elements that provides efficient O(1) insertion and deletion at both ends.
You can’t perform that action at this time.
0 commit comments