https://github.com/ikhsan/datastructure
Data structures in Swift for fun
https://github.com/ikhsan/datastructure
data-structures swift
Last synced: 5 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T07:59:38.000Z (almost 8 years ago)
- Last Synced: 2025-03-13T00:42:05.045Z (about 1 year ago)
- Topics: data-structures, swift
- Language: Swift
- Size: 5.49 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures in Swift
[](https://travis-ci.org/ikhsan/DataStructure)

[](https://swift.org/package-manager)
Data structure that's not in Swift standard library.
- `LinkedList`
- `Queue`
- `Stack`