Skip to content

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™.

License

Notifications You must be signed in to change notification settings

yatiksihag01/Data-Structures-and-Algorithms-in-Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in Kotlin™

SVG Image SVG Image SVG Image

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™.

Contents Overview

Getting Started

To get started with this repository, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yatiksihag01/Data-Structures-and-Algorithms-in-Kotlin.git
    cd Data-Structures-and-Algorithms-in-Kotlin
  2. Open the project in your favorite IDE:

    • You can use IntelliJ IDEA, Android Studio, or any other Kotlin-compatible IDE.
  3. Explore the code:

    • Navigate through the folders to find different data structures and algorithms.
    • Each implementation is in a separate file with detailed comments.

Contributing

Contributions are welcome! If you have any improvements or additional implementations, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

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.

Acknowledgments

This repository is a culmination of learning from various excellent resources:

Contact

If you have any questions or suggestions, feel free to open an issue or contact yatiksihag01.


About

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™.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages