Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cemtuver/leetcode-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

111 Commits

Repository files navigation

Leetcode in Kotlin

Prerequisites

Kotlin command-line compiler is required to build the solutions. It can be installed from here manually or using Homebrew.

$ brew update
$ brew install kotlin

Build & Run

Compile the source code using Kotlin command-line compiler and then run the output jar using Java.

$ cd (folder)
$ kotlinc (solution).kt -include-runtime -d (solution).jar
$ java -jar (solution).jar

About

Leetcode in Kotlin

Topics

Resources

Stars

Watchers

Forks

Languages

AltStyle によって変換されたページ (->オリジナル) /