/Leetcode-Solutions

A collection of my Leetcode solutions implemented in Kotlin, organized by difficulty (easy, medium, hard). This repository serves as a resource for learning Kotlin through algorithmic challenges and problem-solving.

Primary LanguageKotlinOtherNOASSERTION

Leetcode Solutions in Kotlin

This repository contains my solutions to various Leetcode problems, implemented in Kotlin.

📘 My LeetCode Profile

Repository Structure

Solutions are organized by difficulty into the following folders:

  • easy/ – Solutions for easy problems
  • medium/ – Solutions for medium-level problems
  • hard/ – Solutions for hard-level problems

Each solution is in its own Kotlin file, named after the Leetcode problem.

Contributing

Feel free to fork the repository and contribute by opening a pull request. You can add new solutions or improve existing ones.

License

This repository is licensed under the MIT License - see the LICENSE file for details.