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

https://github.com/johnsonlee/leetcode

Solution for LeetCode
https://github.com/johnsonlee/leetcode

Last synced: about 1 year ago
JSON representation

Solution for LeetCode

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 |