Skip to content

Commit 7adaf0f

Browse files
change README.md
1 parent bcaeacf commit 7adaf0f

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
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)

0 commit comments

Comments
 (0)