Skip to content

Commit ea92951

Browse files
committed
Add more badges.
1 parent 938277a commit ea92951

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
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.
815
It's an `Array`-like random-access collection of arbitrary elements that provides efficient O(1) insertion and deletion at both ends.

0 commit comments

Comments
 (0)