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
- Host: GitHub
- URL: https://github.com/chaoyangnz/leetcode
- Owner: chaoyangnz
- Created: 2016-09-30T14:52:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T17:45:35.000Z (about 5 years ago)
- Last Synced: 2025-01-26T20:46:38.454Z (11 months ago)
- Topics: algorithm, kotlin, leetcode, pass-the-time
- Language: Kotlin
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## Misc.
More notes about these solutions, please refer to:
[Algorithm Pathway](https://charvisyang.gitbooks.io/algorithm-pathway/)