The Wayback Machine - https://web.archive.org/web/20201225070354/https://github.com/rojiani/leetcode-kotlin
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LeetCode Solutions

LeetCode solutions in Kotlin, and a few in Java (for problems where Kotlin wasn't supported). All problems have unit tests.

  • Problems are in src/main/kotlin/leetcode and src/main/java/leetcode
    • broken down by difficulty
  • the datastructures package contains the data types used in LeetCode problems, such as ListNode & TreeNode.
  • extensions - Standard Library extensions for common tasks (e.g., producing a map of element to frequency from a list)
  • All problems have unit tests
  • Kotlin version 1.3.x
  • Gradle build & wrapper

See also: Kotlin Algorithms repo for general algorithms & data structures.

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.