Skip to content

Ashwagandha-coder/leetcode_kotlin

Repository files navigation

Contest Kotlin

Kotlin Android Studio

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