Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauljohanneskraft/algorithmsanddatastructures
Collection of algorithms and data structures
https://github.com/pauljohanneskraft/algorithmsanddatastructures
algorithm algorithms data-structures macos swift swift-4 swift4
Last synced: about 1 month ago
JSON representation
Collection of algorithms and data structures
- Host: GitHub
- URL: https://github.com/pauljohanneskraft/algorithmsanddatastructures
- Owner: pauljohanneskraft
- License: mit
- Created: 2016-08-08T19:32:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T23:50:36.000Z (over 2 years ago)
- Last Synced: 2024-09-16T12:42:27.657Z (2 months ago)
- Topics: algorithm, algorithms, data-structures, macos, swift, swift-4, swift4
- Language: Swift
- Homepage: https://pauljohanneskraft.github.io/AlgorithmsDataStructures/
- Size: 281 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![AlgorithmsAndDataStructures](https://user-images.githubusercontent.com/15239005/165649309-b93064f9-0210-499c-9790-5024a2df4048.png)
# AlgorithmsDataStructures
[![CI Status](http://img.shields.io/travis/pauljohanneskraft/AlgorithmsDataStructures.svg?style=flat)](https://travis-ci.org/pauljohanneskraft/AlgorithmsDataStructures)
[![Version](https://img.shields.io/cocoapods/v/AlgorithmsDataStructures.svg?style=flat)](http://cocoapods.org/pods/AlgorithmsDataStructures)
[![License](https://img.shields.io/cocoapods/l/AlgorithmsDataStructures.svg?style=flat)](http://cocoapods.org/pods/AlgorithmsDataStructures)
[![Platform](https://img.shields.io/cocoapods/p/AlgorithmsDataStructures.svg?style=flat)](http://cocoapods.org/pods/AlgorithmsDataStructures)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
AlgorithmsDataStructures is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'AlgorithmsDataStructures'
```## Author
Paul Kraft
## License
AlgorithmsDataStructures is available under the MIT license. See the LICENSE file for more info.