An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Contest Kotlin

![Kotlin](https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge&logo=kotlin&logoColor=white)
![Android Studio](https://img.shields.io/badge/Android%20Studio-3DDC84.svg?style=for-the-badge&logo=android-studio&logoColor=white)

# 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