https://github.com/ashwagandha-coder/leetcode_kotlin
leetcode contest algo kotlin
https://github.com/ashwagandha-coder/leetcode_kotlin
algorithms-and-data-structures kotlin leetcode leetcode-kotlin leetcode-solutions
Last synced: 3 months ago
JSON representation
leetcode contest algo kotlin
- Host: GitHub
- URL: https://github.com/ashwagandha-coder/leetcode_kotlin
- Owner: Ashwagandha-coder
- License: mit
- Created: 2022-11-21T07:47:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-15T14:09:51.000Z (4 months ago)
- Last Synced: 2025-07-16T07:22:16.843Z (4 months ago)
- Topics: algorithms-and-data-structures, kotlin, leetcode, leetcode-kotlin, leetcode-solutions
- Language: Kotlin
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contest Kotlin


# Description
This repository contains problems of leetcode. We might use this repo how get solution for define
problem from leetcode. Also We might clone this repo and run or debug problems in android studio.
# How to use
1. Each problem will be in contest module
2. Each problem have a few solutions. Main solution with using down level code. Alternative Solution
with other approaches. Prod Variant - this code might be in prod in application or service. This
code using std lib kotlin
3. For search each problem have kotlin doc with name and number problem. Also each problem have tag
for commit for search in github.
4. Each Topic have package which contains problem