If you like this project, please leave me a star. ★
# | Title | Solutions | Video | Difficulty | Tag |
---|---|---|---|---|---|
195 | Tenth Line | Solution | Easy | ||
194 | Transpose File | Solution | Medium | ||
193 | Valid Phone Numbers | Solution | Easy | ||
192 | Word Frequency | Solution | Medium |
Your ideas/fixes/algorithms are more than welcome!
- Please make sure your PR builds after submitting! Check out here: https://travis-ci.org/github/fishercoder1534/Leetcode/pull_requests and look for your PR build.
- Fork this repo
- Clone your forked repo (
git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git
) onto your local machine cd
into your cloned directory, create your feature branch (git checkout -b my-awesome-fix
)git add
your desired changes to this rep