https://github.com/johnsonlee/leetcode
Solution for LeetCode
https://github.com/johnsonlee/leetcode
Last synced: about 1 year ago
JSON representation
Solution for LeetCode
- Host: GitHub
- URL: https://github.com/johnsonlee/leetcode
- Owner: johnsonlee
- License: mit
- Created: 2015-06-28T05:41:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T17:06:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T06:15:02.318Z (over 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
## Algorithms
| # | Title | Solution | Difficulty |
|:---:|:--------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:-----------|
| 228 | [Summary Ranges](https://leetcode.com/problems/summary-ranges/) | [Java](https://github.com/johnsonlee/leetcode/blob/master/algorithms/summary-ranges/Solution.java) | Easy |
## Database
## Shell
| # | Title | Solution | Difficulty |
|:---:|:--------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------|:-----------|
| 195 | [Tenth Line](https://leetcode.com/problems/tenth-line/) | [Solution](https://github.com/johnsonlee/leetcode/blob/master/shell/tenth-line/solution.sh) | Easy |
| 194 | [Transpose File](https://leetcode.com/problems/transpose-file/) | [Solution](https://github.com/johnsonlee/leetcode/blob/master/shell/transpose-file/solution.sh) | Medium |
| 193 | [Valid Phone Numbers](https://leetcode.com/problems/valid-phone-numbers/) | [Solution](https://github.com/johnsonlee/leetcode/blob/master/shell/valid-phone-number/solution.sh) | Easy |
| 193 | [Word Frequency](https://leetcode.com/problems/word-frequency//) | [Solution](https://github.com/johnsonlee/leetcode/blob/master/shell/word-frequency/solution.sh) | Medium |