A Kotlin open source library to fill the gap that exists in the Kotlin Standard Library regarding data structures 🚀
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project is led by Code Sherpas.
Kollections is a Kotlin open source library to fill the gap that currently exists in the Kotlin Standard Library regarding data structures.
The final objective is to achieve a mature enough state in order to make Kotlin maintainers consider to include this project in the Kotlin Standard Library.
For more information, please go to our discussion forum.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- JDK 11 (adopt)
-
Install SDKMAN! tool for your OS.
-
After successful installation, run:
sdk install java 11.0.11.j9-adpt
- Clone the repo
git clone https://github.com/code-sherpas/kollections.git
- Run the project
./gradlew build
- https://www.bigocheatsheet.com/
- https://en.wikipedia.org/wiki/Abstract_data_type
- https://en.wikipedia.org/wiki/Collection_(abstract_data_type)
- https://en.wikipedia.org/wiki/List_of_data_structures
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push -u origin feature/AmazingFeature
) - Open a Pull Request
You are requested to follow the contribution guidelines specified in CONTRIBUTING.md while contributing to the project 😄.
Distributed under the MIT License.