Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikhsan/datastructure
- Owner: ikhsan
- License: mit
- Created: 2017-12-23T21:08:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T07:59:38.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T18:52:15.660Z (about 2 months ago)
- Topics: data-structures, swift
- Language: Swift
- Size: 5.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`