File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- # solution algorithm problems
1+ # Contest Kotlin
2+
23![ Kotlin] ( https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge&logo=kotlin&logoColor=white )
34![ Android Studio] ( https://img.shields.io/badge/Android%20Studio-3DDC84.svg?style=for-the-badge&logo=android-studio&logoColor=white )
45
5- ## Task
6+ # Description
7+
8+ This repository contains problems of leetcode. We might use this repo how get solution for define
9+ problem from leetcode. Also We might clone this repo and run or debug problems in android studio.
10+
11+ # How to use
12+
13+ 1 . Each problem will be in contest module
14+ 2 . Each problem have a few solutions. Main solution with using down level code. Alternative Solution
15+ with other approaches. Prod Variant - this code might be in prod in application or service. This
16+ code using std lib kotlin
17+ 3 . For search each problem have kotlin doc with name and number problem. Also each problem have tag
18+ for commit for search in github.
19+ 4 . Each Topic have package which contains problem
620
7- - [ leetcode task] ( app/src/main/java/com/leetcode_kotlin/AlgorithmLeetcode.kt )
8- - [ codeWars task] ( app/src/main/java/com/leetcode_kotlin/AlgorithmCodeWars.kt )
You can’t perform that action at this time.
0 commit comments