LeetCode solutions
Welcome to my GitHub repository! This repository contains my solutions for LeetCode problems, all written in Kotlin. It serves as a reference guide for anyone interested in studying algorithms or preparing for coding interviews.
Each problem is placed in its individual directory with the name referring to the LeetCode problem number. Every directory contains the following:
- A Kotlin file (
*.kt
) with the solution code. - A markdown file (README.md) briefly explaining the problem and the approach to the solution.
- Clone or download this repository.
- Open the respective LeetCode problem number directory.
- You'll find the solution code in Kotlin (
.kt
) file along with a README explaining the problem statement and approach.
Distributed under the MIT License. See LICENSE
for more information.
Gautham Pai M K
My GitHub Profile - Gautham Pai M K
Project Link: https://github.com/gauthampaimk/leetcode
Happy coding!
This repository is for personal study and reference, and it's not affiliated, authorized or endorsed by LeetCode.