An open API service indexing awesome lists of open source software.

https://github.com/chaoyangnz/leetcode

Leetcode solutions with Kotlin and Java
https://github.com/chaoyangnz/leetcode

algorithm kotlin leetcode pass-the-time

Last synced: 9 months ago
JSON representation

Leetcode solutions with Kotlin and Java

Awesome Lists containing this project

README

          

# leetcode exercise

Leetcode solutions with Kotlin and Java.

(Specially useful for some new graduates or job hunters aiming for tech gaint in Silicon Valley)

These solutions are from my independent thought. __I pay more attention to the thought process and how a solution is derived.__

## How to know which has a solution

Go to `/src/main/java`, see the commit message, if it is `done`, that means it is resolved and has a good explanation of what is the solution and how the solution is derived.

![](https://i.imgur.com/b6CLC6R.gif)

## Misc.

More notes about these solutions, please refer to:

[Algorithm Pathway](https://charvisyang.gitbooks.io/algorithm-pathway/)