| # | Title | Difficulty | Solutions |
|---|---|---|---|
| 1 | Two sum | Easy | Go, Python |
| 2 | Add two numbers | Medium | Go |
| 3 | Longest substring without repeating characters | Medium | Go |
| 4 | Median of two sorted arrays | Hard | Go |
| 5 | Longest palindromic substring | Medium | Go |
| 6 | ZigZag conversion | Medium | Go |
| 7 | Reverse integer | Easy | Go |
| 8 | String to integer (aoi) | Medium | Go |
| 9 | Palindrome number | Easy | Go |
| 10 | Regular expression matching | Hard | Go |
Install leetcode-cli
npm i -g leetcode-cli# Run help
leetcode help
# Login with your leetcode account
leetcode user -l
# List all questions
leetcode list
# Show stat
leetcode stat -g- Get list of algorithms from LeetCode API
- Generate the README file from source code
- Write solutions in Rust, Erlang and Clojure
