# 137-datastructures **Repository Path**: ningpp/lukehb-137-datastructures ## Basic Information - **Project Name**: 137-datastructures - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 137-datastructures Data structures used for building java applications, particularly data-mining projects. Latest binary: [ ![Download](https://api.bintray.com/packages/lukehb/137-datastructures/137-datastructures/images/download.svg) ](https://bintray.com/lukehb/137-datastructures/137-datastructures/_latestVersion) To include in your gradle project use: ```groovy repositories { maven{url 'https://dl.bintray.com/lukehb/137-datastructures'} //hosted on bintray } dependencies { compile 'onethreeseven:datastructures:0.0.3' } ```