This repository contains implementations of various data structures and algorithms in Kotlin™. It serves as a learning resource for those who want to understand and implement these concepts using Kotlin™.
To get started with this repository, follow these steps:
-
Clone the repository:
git clone https://github.com/yatiksihag01/Data-Structures-and-Algorithms-in-Kotlin.git cd Data-Structures-and-Algorithms-in-Kotlin
-
Open the project in your favorite IDE:
- You can use IntelliJ IDEA, Android Studio, or any other Kotlin-compatible IDE.
-
Explore the code:
- Navigate through the folders to find different data structures and algorithms.
- Each implementation is in a separate file with detailed comments.
Contributions are welcome! If you have any improvements or additional implementations, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the Unlicense License. See the LICENSE file for details.
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
This repository is a culmination of learning from various excellent resources:
If you have any questions or suggestions, feel free to open an issue or contact yatiksihag01.