Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikhsan/datastructure

Data structures in Swift for fun
https://github.com/ikhsan/datastructure

data-structures swift

Last synced: 28 days ago
JSON representation

Data structures in Swift for fun

Awesome Lists containing this project

README

        

# Data Structures in Swift

[![Build Status](https://travis-ci.org/ikhsan/DataStructure.svg?branch=master)](https://travis-ci.org/ikhsan/DataStructure)
![Swift 4](https://img.shields.io/badge/Swift-4.0-orange.svg)
[![SPM](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager)

Data structure that's not in Swift standard library.

- `LinkedList`
- `Queue`
- `Stack`