Latest | 0.1.3 |
---|---|
Homepage | https://github.com/harishkashyap/DataStructures |
License | MIT |
Authors |
[](https://travis-ci.org/Harish Krishnamurthy/DataStructures)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
DataStructures is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DataStructures"
Author
Harish Krishnamurthy, [email protected]
License
DataStructures is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DataStructures", "version": "0.1.3", "summary": "Basic Implementation of DataStructures.", "description": " Contains Implementation of following type of DataStructures:nn * Linked Listn * Double Linked Listntt * Binary Treentt * Factory class to generate various nodes.ntt * Stackntt * Queuentt * Factory class to generate Data Structuresn", "homepage": "https://github.com/harishkashyap/DataStructures", "license": "MIT", "authors": { "Harish Kashyap": "[email protected]" }, "source": { "git": "https://github.com/harishkashyap/DataStructures.git", "tag": "0.1.3" }, "social_media_url": "https://twitter.com/hkashyap", "requires_arc": true, "source_files": "Pod/Classes", "ios": { "exclude_files": "Classes/osx" }, "osx": { "exclude_files": "Classes/ios" } }
Sun, 06 Mar 2016 13:03:03 +0000